Shades of Golden Brown #906F06
Tints of Golden Brown #906F06
RGB
CMYK
RGB Variations
Color information
#906F06 (or 0x906F06) is known color: Golden Brown. HEX triplet: 90, 6F and 06. RGB value is (144,111,6). Sum of RGB (Red+Green+Blue) = 144+111+6=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #906F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906F06 is #6F90F9. Grayscale: #6D6D6D. Windows color (decimal): -7311610 or 421776. OLE color: 421776.
HSL color Cylindrical-coordinate representation of color #906F06: hue angle of 45.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #906F06 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 111 | 6 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.44 |
| HSL | 45.65º | 0.92% | 0.29% | - |
| HSV(B) | 45.65º | 0.96% | 0.56% | - |
| XYZ | 17.22 | 17.31 | 2.61 | - |
| YUV | 108.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 6 | 0 | 0.23 | 0.96 | 0.44 | 45.65 | 0.92 | 0.29 |
| Hex | 90 | 6F | 6 | 0 | 17 | 60 | 2C | 2E | 5C | 1D |
| Octal | 220 | 157 | 6 | 0 | 27 | 140 | 54 | 56 | 134 | 35 |
| Binary | 10010000 | 1101111 | 110 | 0 | 10111 | 1100000 | 101100 | 101110 | 1011100 | 11101 |
Color Harmonies of #906F06
Complementary color
Monochromatic Colors of #906F06
Black with #906F06
Text Example
Text Example
White with #906F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906F06; }
p { color: rgb(144,111,6); }
H1.HeaderClassName
{
color: #906F06;
}
.AnyTagClassName
{
color: #906F06;
}
</style>
background-color css
<style>
a { background-color: #906F06; }
a { background-color: rgb(144,111,6); }
div.DivClassName
{
background-color: #906F06;
}
.BgClassName
{
background-color: #906F06;
}
</style>
border-color css
<style>
span { border-color: #906F06; }
span { border-color: rgb(144,111,6); }
td.TdClassName
{
border-color: #906F06;
}
.TagClassName
{
border-color: #906F06;
}
</style>