#906862

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

Shades of Dark Chestnut #906862

Tints of Dark Chestnut #906862

Color information

#906862 (or 0x906862) is unknown color: approx Dark Chestnut. HEX triplet: 90, 68 and 62. RGB value is (144,104,98). Sum of RGB (Red+Green+Blue) = 144+104+98=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #906862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906862 is #6F979D. Grayscale: #737373. Windows color (decimal): -7313310 or 6449296. OLE color: 6449296.

HSL color Cylindrical-coordinate representation of color #906862: hue angle of 7.83º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906862 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14410498-
CMYK00.280.320.44
HSL7.83º19.01%47.45%-
HSV(B)7.83º31.94%56.47%-
XYZ18.6616.7113.8-
YUV115.28118.25148.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=41.62%
G=30.06%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441049800.280.320.447.8319.0147.45
Hex90686201C202C8132f
Octal2201501420344054102357
Binary1001000011010001100010011100100000101100100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906862; }

 p { color: rgb(144,104,98); }

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

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

 a { background-color: rgb(144,104,98); }

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

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

 span { border-color: rgb(144,104,98); }

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