#906B61

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

Shades of Dark Chestnut #906B61

Tints of Dark Chestnut #906B61

Color information

#906B61 (or 0x906B61) is unknown color: approx Dark Chestnut. HEX triplet: 90, 6B and 61. RGB value is (144,107,97). Sum of RGB (Red+Green+Blue) = 144+107+97=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #906B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B61 is #6F949E. Grayscale: #747474. Windows color (decimal): -7312543 or 6384528. OLE color: 6384528.

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

Color convert

RGB14410797-
CMYK00.260.330.44
HSL12.77º19.5%47.25%-
HSV(B)12.77º32.64%56.47%-
XYZ18.9217.3113.65-
YUV116.92116.76147.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.38%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=41.38%
G=30.75%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441079700.260.330.4412.7719.547.25
Hex906B6101A212Cd142f
Octal2201531410324154152457
Binary1001000011010111100001011010100001101100110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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