#906964

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

Shades of Dark Chestnut #906964

Tints of Dark Chestnut #906964

Color information

#906964 (or 0x906964) is unknown color: approx Dark Chestnut. HEX triplet: 90, 69 and 64. RGB value is (144,105,100). Sum of RGB (Red+Green+Blue) = 144+105+100=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #906964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906964 is #6F969B. Grayscale: #747474. Windows color (decimal): -7313052 or 6580624. OLE color: 6580624.

HSL color Cylindrical-coordinate representation of color #906964: hue angle of 6.82º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906964 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB144105100-
CMYK00.270.310.44
HSL6.82º18.03%47.84%-
HSV(B)6.82º30.56%56.47%-
XYZ18.8516.9514.34-
YUV116.09118.92147.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=41.26%
G=30.09%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410510000.270.310.446.8218.0347.84
Hex90696401B1F2C71230
Octal220151144033375472260
Binary10010000110100111001000110111111110110011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906964; }

 p { color: rgb(144,105,100); }

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

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

 a { background-color: rgb(144,105,100); }

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

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

 span { border-color: rgb(144,105,100); }

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