Shades of Dark Wood #906242
Tints of Dark Wood #906242
RGB
CMYK
RGB Variations
Color information
#906242 (or 0x906242) is known color: Dark Wood. HEX triplet: 90, 62 and 42. RGB value is (144,98,66). Sum of RGB (Red+Green+Blue) = 144+98+66=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #906242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906242 is #6F9DBD. Grayscale: #6C6C6C. Windows color (decimal): -7314878 or 4350608. OLE color: 4350608.
HSL color Cylindrical-coordinate representation of color #906242: hue angle of 24.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #906242 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 66 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.44 |
| HSL | 24.62º | 0.37% | 0.41% | - |
| HSV(B) | 24.62º | 0.54% | 0.56% | - |
| XYZ | 16.85 | 15.06 | 7.17 | - |
| YUV | 108.11 | 104.24 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 66 | 0 | 0.32 | 0.54 | 0.44 | 24.62 | 0.37 | 0.41 |
| Hex | 90 | 62 | 42 | 0 | 20 | 36 | 2C | 19 | 25 | 29 |
| Octal | 220 | 142 | 102 | 0 | 40 | 66 | 54 | 31 | 45 | 51 |
| Binary | 10010000 | 1100010 | 1000010 | 0 | 100000 | 110110 | 101100 | 11001 | 100101 | 101001 |
Color Harmonies of #906242
Complementary color
Monochromatic Colors of #906242
Black with #906242
Text Example
Text Example
White with #906242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906242; }
p { color: rgb(144,98,66); }
H1.HeaderClassName
{
color: #906242;
}
.AnyTagClassName
{
color: #906242;
}
</style>
background-color css
<style>
a { background-color: #906242; }
a { background-color: rgb(144,98,66); }
div.DivClassName
{
background-color: #906242;
}
.BgClassName
{
background-color: #906242;
}
</style>
border-color css
<style>
span { border-color: #906242; }
span { border-color: rgb(144,98,66); }
td.TdClassName
{
border-color: #906242;
}
.TagClassName
{
border-color: #906242;
}
</style>