#906B62

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

Shades of Dark Chestnut #906B62

Tints of Dark Chestnut #906B62

Color information

#906B62 (or 0x906B62) is unknown color: approx Dark Chestnut. HEX triplet: 90, 6B and 62. RGB value is (144,107,98). Sum of RGB (Red+Green+Blue) = 144+107+98=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #906B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B62 is #6F949D. Grayscale: #757575. Windows color (decimal): -7312542 or 6450064. OLE color: 6450064.

HSL color Cylindrical-coordinate representation of color #906B62: hue angle of 11.74º 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 #906B62 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14410798-
CMYK00.260.320.44
HSL11.74º19.01%47.45%-
HSV(B)11.74º31.94%56.47%-
XYZ18.9617.3313.9-
YUV117.04117.26147.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=41.26%
G=30.66%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441079800.260.320.4411.7419.0147.45
Hex906B6201A202Cc132f
Octal2201531420324054142357
Binary1001000011010111100010011010100000101100110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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