Shades of Golden Brown #906112
Tints of Golden Brown #906112
RGB
CMYK
RGB Variations
Color information
#906112 (or 0x906112) is known color: Golden Brown. HEX triplet: 90, 61 and 12. RGB value is (144,97,18). Sum of RGB (Red+Green+Blue) = 144+97+18=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #906112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906112 is #6F9EED. Grayscale: #666666. Windows color (decimal): -7315182 or 1204624. OLE color: 1204624.
HSL color Cylindrical-coordinate representation of color #906112: hue angle of 37.62º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #906112 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 97 | 18 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.44 |
| HSL | 37.62º | 0.78% | 0.32% | - |
| HSV(B) | 37.62º | 0.88% | 0.56% | - |
| XYZ | 15.89 | 14.52 | 2.54 | - |
| YUV | 102.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 18 | 0 | 0.33 | 0.88 | 0.44 | 37.62 | 0.78 | 0.32 |
| Hex | 90 | 61 | 12 | 0 | 21 | 58 | 2C | 26 | 4E | 20 |
| Octal | 220 | 141 | 22 | 0 | 41 | 130 | 54 | 46 | 116 | 40 |
| Binary | 10010000 | 1100001 | 10010 | 0 | 100001 | 1011000 | 101100 | 100110 | 1001110 | 100000 |
Color Harmonies of #906112
Complementary color
Monochromatic Colors of #906112
Black with #906112
Text Example
Text Example
White with #906112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906112; }
p { color: rgb(144,97,18); }
H1.HeaderClassName
{
color: #906112;
}
.AnyTagClassName
{
color: #906112;
}
</style>
background-color css
<style>
a { background-color: #906112; }
a { background-color: rgb(144,97,18); }
div.DivClassName
{
background-color: #906112;
}
.BgClassName
{
background-color: #906112;
}
</style>
border-color css
<style>
span { border-color: #906112; }
span { border-color: rgb(144,97,18); }
td.TdClassName
{
border-color: #906112;
}
.TagClassName
{
border-color: #906112;
}
</style>