#906544

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

Shades of Dark Wood #906544

Tints of Dark Wood #906544

Color information

#906544 (or 0x906544) is unknown color: approx Dark Wood. HEX triplet: 90, 65 and 44. RGB value is (144,101,68). Sum of RGB (Red+Green+Blue) = 144+101+68=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #906544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906544 is #6F9ABB. Grayscale: #6E6E6E. Windows color (decimal): -7314108 or 4482448. OLE color: 4482448.

HSL color Cylindrical-coordinate representation of color #906544: hue angle of 26.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #906544 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB14410168-
CMYK00.300.530.44
HSL26.05º35.85%41.57%-
HSV(B)26.05º52.78%56.47%-
XYZ17.215.657.58-
YUV110.09104.25152.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=46.01%
G=32.27%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441016800.300.530.4426.0535.8541.57
Hex90654401E352C1a242a
Octal2201451040366554324452
Binary100100001100101100010001111011010110110011010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906544; }

 p { color: rgb(144,101,68); }

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

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

 a { background-color: rgb(144,101,68); }

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

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

 span { border-color: rgb(144,101,68); }

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