#8C665C

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

Shades of Dark Chestnut #8C665C

Tints of Dark Chestnut #8C665C

Color information

#8C665C (or 0x8C665C) is unknown color: approx Dark Chestnut. HEX triplet: 8C, 66 and 5C. RGB value is (140,102,92). Sum of RGB (Red+Green+Blue) = 140+102+92=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C665C is #7399A3. Grayscale: #707070. Windows color (decimal): -7575972 or 6055564. OLE color: 6055564.

HSL color Cylindrical-coordinate representation of color #8C665C: hue angle of 12.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C665C is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB14010292-
CMYK00.270.340.45
HSL12.5º20.69%45.49%-
HSV(B)12.5º34.29%54.9%-
XYZ17.515.8512.26-
YUV112.22116.59147.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=41.92%
G=30.54%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401029200.270.340.4512.520.6945.49
Hex8C665C01B222Dc152d
Octal2141461340334255142555
Binary1000110011001101011100011011100010101101110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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