#906A5E

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

Shades of Dark Chestnut #906A5E

Tints of Dark Chestnut #906A5E

Color information

#906A5E (or 0x906A5E) is unknown color: approx Dark Chestnut. HEX triplet: 90, 6A and 5E. RGB value is (144,106,94). Sum of RGB (Red+Green+Blue) = 144+106+94=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #906A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906A5E is #6F95A1. Grayscale: #747474. Windows color (decimal): -7312802 or 6187664. OLE color: 6187664.

HSL color Cylindrical-coordinate representation of color #906A5E: hue angle of 14.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #906A5E is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14410694-
CMYK00.260.350.44
HSL14.4º21.01%46.67%-
HSV(B)14.4º34.72%56.47%-
XYZ18.6817.0512.9-
YUV115.99115.59147.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 106 (41.80% from 255) = 30.81%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=41.86%
G=30.81%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441069400.260.350.4414.421.0146.67
Hex906A5E01A232Ce152f
Octal2201521360324354162557
Binary1001000011010101011110011010100011101100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906A5E; }

 p { color: rgb(144,106,94); }

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

<style>
 a { background-color: #906A5E; }

 a { background-color: rgb(144,106,94); }

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

<style>
 span { border-color: #906A5E; }

 span { border-color: rgb(144,106,94); }

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