#8C6C62

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

Shades of Dark Chestnut #8C6C62

Tints of Dark Chestnut #8C6C62

Color information

#8C6C62 (or 0x8C6C62) is unknown color: approx Dark Chestnut. HEX triplet: 8C, 6C and 62. RGB value is (140,108,98). Sum of RGB (Red+Green+Blue) = 140+108+98=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C62 is #73939D. Grayscale: #747474. Windows color (decimal): -7574430 or 6450316. OLE color: 6450316.

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

Color convert

RGB14010898-
CMYK00.230.30.45
HSL14.29º17.65%46.67%-
HSV(B)14.29º30%54.9%-
XYZ18.3817.1813.9-
YUV116.43117.6144.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=40.46%
G=31.21%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401089800.230.30.4514.2917.6546.67
Hex8C6C620171E2De122f
Octal2141541420273655162257
Binary100011001101100110001001011111110101101111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,108,98); }

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

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

 a { background-color: rgb(140,108,98); }

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

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

 span { border-color: rgb(140,108,98); }

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