Shades of Golden Brown #906F03
Tints of Golden Brown #906F03
RGB
CMYK
RGB Variations
Color information
#906F03 (or 0x906F03) is known color: Golden Brown. HEX triplet: 90, 6F and 03. RGB value is (144,111,3). Sum of RGB (Red+Green+Blue) = 144+111+3=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #906F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906F03 is #6F90FC. Grayscale: #6D6D6D. Windows color (decimal): -7311613 or 225168. OLE color: 225168.
HSL color Cylindrical-coordinate representation of color #906F03: hue angle of 45.96º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #906F03 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 111 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.44 |
| HSL | 45.96º | 0.96% | 0.29% | - |
| HSV(B) | 45.96º | 0.98% | 0.56% | - |
| XYZ | 17.2 | 17.3 | 2.52 | - |
| YUV | 108.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 3 | 0 | 0.23 | 0.98 | 0.44 | 45.96 | 0.96 | 0.29 |
| Hex | 90 | 6F | 3 | 0 | 17 | 62 | 2C | 2E | 60 | 1D |
| Octal | 220 | 157 | 3 | 0 | 27 | 142 | 54 | 56 | 140 | 35 |
| Binary | 10010000 | 1101111 | 11 | 0 | 10111 | 1100010 | 101100 | 101110 | 1100000 | 11101 |
Color Harmonies of #906F03
Complementary color
Monochromatic Colors of #906F03
Black with #906F03
Text Example
Text Example
White with #906F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906F03; }
p { color: rgb(144,111,3); }
H1.HeaderClassName
{
color: #906F03;
}
.AnyTagClassName
{
color: #906F03;
}
</style>
background-color css
<style>
a { background-color: #906F03; }
a { background-color: rgb(144,111,3); }
div.DivClassName
{
background-color: #906F03;
}
.BgClassName
{
background-color: #906F03;
}
</style>
border-color css
<style>
span { border-color: #906F03; }
span { border-color: rgb(144,111,3); }
td.TdClassName
{
border-color: #906F03;
}
.TagClassName
{
border-color: #906F03;
}
</style>