#906158

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

Shades of Dark Chestnut #906158

Tints of Dark Chestnut #906158

Color information

#906158 (or 0x906158) is unknown color: approx Dark Chestnut. HEX triplet: 90, 61 and 58. RGB value is (144,97,88). Sum of RGB (Red+Green+Blue) = 144+97+88=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #906158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906158 is #6F9EA7. Grayscale: #6E6E6E. Windows color (decimal): -7315112 or 5792144. OLE color: 5792144.

HSL color Cylindrical-coordinate representation of color #906158: hue angle of 9.64º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906158 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB1449788-
CMYK00.330.390.44
HSL9.64º24.14%45.49%-
HSV(B)9.64º38.89%56.47%-
XYZ17.5415.1811.24-
YUV110.03115.57152.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=43.77%
G=29.48%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144978800.330.390.449.6424.1445.49
Hex906158021272Ca182d
Octal2201411300414754123055
Binary10010000110000110110000100001100111101100101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906158; }

 p { color: rgb(144,97,88); }

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

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

 a { background-color: rgb(144,97,88); }

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

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

 span { border-color: rgb(144,97,88); }

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