#8C645B

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

Shades of Dark Chestnut #8C645B

Tints of Dark Chestnut #8C645B

Color information

#8C645B (or 0x8C645B) is unknown color: approx Dark Chestnut. HEX triplet: 8C, 64 and 5B. RGB value is (140,100,91). Sum of RGB (Red+Green+Blue) = 140+100+91=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C645B is #739BA4. Grayscale: #6F6F6F. Windows color (decimal): -7576485 or 5989516. OLE color: 5989516.

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

Color convert

RGB14010091-
CMYK00.290.350.45
HSL11.02º21.21%45.29%-
HSV(B)11.02º35%54.9%-
XYZ17.2615.4511.97-
YUV110.93116.75148.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=42.30%
G=30.21%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401009100.290.350.4511.0221.2145.29
Hex8C645B01D232Db152d
Octal2141441330354355132555
Binary1000110011001001011011011101100011101101101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,100,91); }

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

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

 a { background-color: rgb(140,100,91); }

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

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

 span { border-color: rgb(140,100,91); }

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