Shades of Golden Brown #906A16
Tints of Golden Brown #906A16
RGB
CMYK
RGB Variations
Color information
#906A16 (or 0x906A16) is known color: Golden Brown. HEX triplet: 90, 6A and 16. RGB value is (144,106,22). Sum of RGB (Red+Green+Blue) = 144+106+22=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #906A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906A16 is #6F95E9. Grayscale: #6C6C6C. Windows color (decimal): -7312874 or 1469072. OLE color: 1469072.
HSL color Cylindrical-coordinate representation of color #906A16: hue angle of 41.31º 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 #906A16 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 106 | 22 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.44 |
| HSL | 41.31º | 0.73% | 0.33% | - |
| HSV(B) | 41.31º | 0.85% | 0.56% | - |
| XYZ | 16.8 | 16.3 | 3.02 | - |
| YUV | 107.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 22 | 0 | 0.26 | 0.85 | 0.44 | 41.31 | 0.73 | 0.33 |
| Hex | 90 | 6A | 16 | 0 | 1A | 55 | 2C | 29 | 49 | 21 |
| Octal | 220 | 152 | 26 | 0 | 32 | 125 | 54 | 51 | 111 | 41 |
| Binary | 10010000 | 1101010 | 10110 | 0 | 11010 | 1010101 | 101100 | 101001 | 1001001 | 100001 |
Color Harmonies of #906A16
Complementary color
Monochromatic Colors of #906A16
Black with #906A16
Text Example
Text Example
White with #906A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A16; }
p { color: rgb(144,106,22); }
H1.HeaderClassName
{
color: #906A16;
}
.AnyTagClassName
{
color: #906A16;
}
</style>
background-color css
<style>
a { background-color: #906A16; }
a { background-color: rgb(144,106,22); }
div.DivClassName
{
background-color: #906A16;
}
.BgClassName
{
background-color: #906A16;
}
</style>
border-color css
<style>
span { border-color: #906A16; }
span { border-color: rgb(144,106,22); }
td.TdClassName
{
border-color: #906A16;
}
.TagClassName
{
border-color: #906A16;
}
</style>