Shades of Golden Brown #906602
Tints of Golden Brown #906602
RGB
CMYK
RGB Variations
Color information
#906602 (or 0x906602) is known color: Golden Brown. HEX triplet: 90, 66 and 02. RGB value is (144,102,2). Sum of RGB (Red+Green+Blue) = 144+102+2=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #906602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906602 is #6F99FD. Grayscale: #676767. Windows color (decimal): -7313918 or 157328. OLE color: 157328.
HSL color Cylindrical-coordinate representation of color #906602: hue angle of 42.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #906602 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 102 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.44 |
| HSL | 42.25º | 0.97% | 0.29% | - |
| HSV(B) | 42.25º | 0.99% | 0.56% | - |
| XYZ | 16.26 | 15.44 | 2.18 | - |
| YUV | 103.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 2 | 0 | 0.29 | 0.99 | 0.44 | 42.25 | 0.97 | 0.29 |
| Hex | 90 | 66 | 2 | 0 | 1D | 63 | 2C | 2A | 61 | 1D |
| Octal | 220 | 146 | 2 | 0 | 35 | 143 | 54 | 52 | 141 | 35 |
| Binary | 10010000 | 1100110 | 10 | 0 | 11101 | 1100011 | 101100 | 101010 | 1100001 | 11101 |
Color Harmonies of #906602
Complementary color
Monochromatic Colors of #906602
Black with #906602
Text Example
Text Example
White with #906602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906602; }
p { color: rgb(144,102,2); }
H1.HeaderClassName
{
color: #906602;
}
.AnyTagClassName
{
color: #906602;
}
</style>
background-color css
<style>
a { background-color: #906602; }
a { background-color: rgb(144,102,2); }
div.DivClassName
{
background-color: #906602;
}
.BgClassName
{
background-color: #906602;
}
</style>
border-color css
<style>
span { border-color: #906602; }
span { border-color: rgb(144,102,2); }
td.TdClassName
{
border-color: #906602;
}
.TagClassName
{
border-color: #906602;
}
</style>