#906241

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

Shades of Dark Wood #906241

Tints of Dark Wood #906241

Color information

#906241 (or 0x906241) is unknown color: approx Dark Wood. HEX triplet: 90, 62 and 41. RGB value is (144,98,65). Sum of RGB (Red+Green+Blue) = 144+98+65=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #906241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906241 is #6F9DBE. Grayscale: #6C6C6C. Windows color (decimal): -7314879 or 4285072. OLE color: 4285072.

HSL color Cylindrical-coordinate representation of color #906241: hue angle of 25.06º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #906241 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1449865-
CMYK00.320.550.44
HSL25.06º37.8%40.98%-
HSV(B)25.06º54.86%56.47%-
XYZ16.8215.057.02-
YUV107.99103.74153.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=46.91%
G=31.92%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144986500.320.550.4425.0637.840.98
Hex906241020372C192629
Octal2201421010406754314651
Binary1001000011000101000001010000011011110110011001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906241; }

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

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

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

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

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

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

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

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