#8D645A

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

Shades of Dark Chestnut #8D645A

Tints of Dark Chestnut #8D645A

Color information

#8D645A (or 0x8D645A) is unknown color: approx Dark Chestnut. HEX triplet: 8D, 64 and 5A. RGB value is (141,100,90). Sum of RGB (Red+Green+Blue) = 141+100+90=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D645A is #729BA5. Grayscale: #6F6F6F. Windows color (decimal): -7510950 or 5923981. OLE color: 5923981.

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

Color convert

RGB14110090-
CMYK00.290.360.45
HSL11.76º22.08%45.29%-
HSV(B)11.76º36.17%55.29%-
XYZ17.3915.5211.75-
YUV111.12116.08149.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=42.60%
G=30.21%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411009000.290.360.4511.7622.0845.29
Hex8D645A01D242Dc162d
Octal2151441320354455142655
Binary1000110111001001011010011101100100101101110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,90); }

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

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

 a { background-color: rgb(141,100,90); }

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

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

 span { border-color: rgb(141,100,90); }

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