#8C675D

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

Shades of Dark Chestnut #8C675D

Tints of Dark Chestnut #8C675D

Color information

#8C675D (or 0x8C675D) is unknown color: approx Dark Chestnut. HEX triplet: 8C, 67 and 5D. RGB value is (140,103,93). Sum of RGB (Red+Green+Blue) = 140+103+93=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C675D is #7398A2. Grayscale: #717171. Windows color (decimal): -7575715 or 6121356. OLE color: 6121356.

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

Color convert

RGB14010393-
CMYK00.260.340.45
HSL12.77º20.17%45.69%-
HSV(B)12.77º33.57%54.9%-
XYZ17.6416.0712.53-
YUV112.92116.76147.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=41.67%
G=30.65%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401039300.260.340.4512.7720.1745.69
Hex8C675D01A222Dd142e
Octal2141471350324255152456
Binary1000110011001111011101011010100010101101110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,93); }

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

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

 a { background-color: rgb(140,103,93); }

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

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

 span { border-color: rgb(140,103,93); }

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