#8A665C

Color #8A665C Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #8A665C

Tints of Russett #8A665C

Color information

#8A665C (or 0x8A665C) is unknown color: approx Russett. HEX triplet: 8A, 66 and 5C. RGB value is (138,102,92). Sum of RGB (Red+Green+Blue) = 138+102+92=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A665C is #7599A3. Grayscale: #6F6F6F. Windows color (decimal): -7707044 or 6055562. OLE color: 6055562.

HSL color Cylindrical-coordinate representation of color #8A665C: hue angle of 13.04º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A665C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB13810292-
CMYK00.260.330.46
HSL13.04º20%45.1%-
HSV(B)13.04º33.33%54.12%-
XYZ17.1615.6812.25-
YUV111.62116.93146.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=41.57%
G=30.72%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381029200.260.330.4613.042045.1
Hex8A665C01A212Ed142d
Octal2121461340324156152455
Binary1000101011001101011100011010100001101110110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A665C; }

 p { color: rgb(138,102,92); }

 H1.HeaderClassName
 {
   color: #8A665C;
 }
 .AnyTagClassName
 {
   color: #8A665C;
 }
</style>
background-color css

<style>
 a { background-color: #8A665C; }

 a { background-color: rgb(138,102,92); }

 div.DivClassName
 {
   background-color: #8A665C;
 }
 .BgClassName
 {
   background-color: #8A665C;
 }
</style>
border-color css

<style>
 span { border-color: #8A665C; }

 span { border-color: rgb(138,102,92); }

 td.TdClassName
 {
   border-color: #8A665C;
 }
 .TagClassName
 {
   border-color: #8A665C;
 }
</style>