#906861

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

Shades of Dark Chestnut #906861

Tints of Dark Chestnut #906861

Color information

#906861 (or 0x906861) is unknown color: approx Dark Chestnut. HEX triplet: 90, 68 and 61. RGB value is (144,104,97). Sum of RGB (Red+Green+Blue) = 144+104+97=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #906861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906861 is #6F979E. Grayscale: #737373. Windows color (decimal): -7313311 or 6383760. OLE color: 6383760.

HSL color Cylindrical-coordinate representation of color #906861: hue angle of 8.94º 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 #906861 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14410497-
CMYK00.280.330.44
HSL8.94º19.5%47.25%-
HSV(B)8.94º32.64%56.47%-
XYZ18.6116.6913.55-
YUV115.16117.75148.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=41.74%
G=30.14%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441049700.280.330.448.9419.547.25
Hex90686101C212C9142f
Octal2201501410344154112457
Binary1001000011010001100001011100100001101100100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906861; }

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

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

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

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

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

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

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

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