Shades of Golden Brown #906E16
Tints of Golden Brown #906E16
RGB
CMYK
RGB Variations
Color information
#906E16 (or 0x906E16) is known color: Golden Brown. HEX triplet: 90, 6E and 16. RGB value is (144,110,22). Sum of RGB (Red+Green+Blue) = 144+110+22=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #906E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906E16 is #6F91E9. Grayscale: #6E6E6E. Windows color (decimal): -7311850 or 1470096. OLE color: 1470096.
HSL color Cylindrical-coordinate representation of color #906E16: hue angle of 43.28º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #906E16 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 110 | 22 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.44 |
| HSL | 43.28º | 0.73% | 0.33% | - |
| HSV(B) | 43.28º | 0.85% | 0.56% | - |
| XYZ | 17.22 | 17.14 | 3.16 | - |
| YUV | 110.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 22 | 0 | 0.24 | 0.85 | 0.44 | 43.28 | 0.73 | 0.33 |
| Hex | 90 | 6E | 16 | 0 | 18 | 55 | 2C | 2B | 49 | 21 |
| Octal | 220 | 156 | 26 | 0 | 30 | 125 | 54 | 53 | 111 | 41 |
| Binary | 10010000 | 1101110 | 10110 | 0 | 11000 | 1010101 | 101100 | 101011 | 1001001 | 100001 |
Color Harmonies of #906E16
Complementary color
Monochromatic Colors of #906E16
Black with #906E16
Text Example
Text Example
White with #906E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906E16; }
p { color: rgb(144,110,22); }
H1.HeaderClassName
{
color: #906E16;
}
.AnyTagClassName
{
color: #906E16;
}
</style>
background-color css
<style>
a { background-color: #906E16; }
a { background-color: rgb(144,110,22); }
div.DivClassName
{
background-color: #906E16;
}
.BgClassName
{
background-color: #906E16;
}
</style>
border-color css
<style>
span { border-color: #906E16; }
span { border-color: rgb(144,110,22); }
td.TdClassName
{
border-color: #906E16;
}
.TagClassName
{
border-color: #906E16;
}
</style>