#8C6B63

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

Shades of Dark Chestnut #8C6B63

Tints of Dark Chestnut #8C6B63

Color information

#8C6B63 (or 0x8C6B63) is unknown color: approx Dark Chestnut. HEX triplet: 8C, 6B and 63. RGB value is (140,107,99). Sum of RGB (Red+Green+Blue) = 140+107+99=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B63 is #73949C. Grayscale: #747474. Windows color (decimal): -7574685 or 6515596. OLE color: 6515596.

HSL color Cylindrical-coordinate representation of color #8C6B63: hue angle of 11.71º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6B63 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB14010799-
CMYK00.240.290.45
HSL11.71º17.15%46.86%-
HSV(B)11.71º29.29%54.9%-
XYZ18.3316.9914.12-
YUV115.96118.43145.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=40.46%
G=30.92%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401079900.240.290.4511.7117.1546.86
Hex8C6B630181D2Dc112f
Octal2141531430303555142157
Binary100011001101011110001101100011101101101110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,107,99); }

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

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

 a { background-color: rgb(140,107,99); }

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

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

 span { border-color: rgb(140,107,99); }

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