Shades of Dark Wood #906243
Tints of Dark Wood #906243
RGB
CMYK
RGB Variations
Color information
#906243 (or 0x906243) is known color: Dark Wood. HEX triplet: 90, 62 and 43. RGB value is (144,98,67). Sum of RGB (Red+Green+Blue) = 144+98+67=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #906243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906243 is #6F9DBC. Grayscale: #6C6C6C. Windows color (decimal): -7314877 or 4416144. OLE color: 4416144.
HSL color Cylindrical-coordinate representation of color #906243: hue angle of 24.16º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #906243 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 67 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.44 |
| HSL | 24.16º | 0.36% | 0.41% | - |
| HSV(B) | 24.16º | 0.53% | 0.56% | - |
| XYZ | 16.88 | 15.07 | 7.33 | - |
| YUV | 108.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 67 | 0 | 0.32 | 0.53 | 0.44 | 24.16 | 0.36 | 0.41 |
| Hex | 90 | 62 | 43 | 0 | 20 | 35 | 2C | 18 | 24 | 29 |
| Octal | 220 | 142 | 103 | 0 | 40 | 65 | 54 | 30 | 44 | 51 |
| Binary | 10010000 | 1100010 | 1000011 | 0 | 100000 | 110101 | 101100 | 11000 | 100100 | 101001 |
Color Harmonies of #906243
Complementary color
Monochromatic Colors of #906243
Black with #906243
Text Example
Text Example
White with #906243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906243; }
p { color: rgb(144,98,67); }
H1.HeaderClassName
{
color: #906243;
}
.AnyTagClassName
{
color: #906243;
}
</style>
background-color css
<style>
a { background-color: #906243; }
a { background-color: rgb(144,98,67); }
div.DivClassName
{
background-color: #906243;
}
.BgClassName
{
background-color: #906243;
}
</style>
border-color css
<style>
span { border-color: #906243; }
span { border-color: rgb(144,98,67); }
td.TdClassName
{
border-color: #906243;
}
.TagClassName
{
border-color: #906243;
}
</style>