Shades of Golden Brown #906206
Tints of Golden Brown #906206
RGB
CMYK
RGB Variations
Color information
#906206 (or 0x906206) is known color: Golden Brown. HEX triplet: 90, 62 and 06. RGB value is (144,98,6). Sum of RGB (Red+Green+Blue) = 144+98+6=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #906206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906206 is #6F9DF9. Grayscale: #656565. Windows color (decimal): -7314938 or 418448. OLE color: 418448.
HSL color Cylindrical-coordinate representation of color #906206: hue angle of 40º 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 #906206 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 6 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.44 |
| HSL | 40º | 0.92% | 0.29% | - |
| HSV(B) | 40º | 0.96% | 0.56% | - |
| XYZ | 15.9 | 14.68 | 2.17 | - |
| YUV | 101.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 6 | 0 | 0.32 | 0.96 | 0.44 | 40 | 0.92 | 0.29 |
| Hex | 90 | 62 | 6 | 0 | 20 | 60 | 2C | 28 | 5C | 1D |
| Octal | 220 | 142 | 6 | 0 | 40 | 140 | 54 | 50 | 134 | 35 |
| Binary | 10010000 | 1100010 | 110 | 0 | 100000 | 1100000 | 101100 | 101000 | 1011100 | 11101 |
Color Harmonies of #906206
Complementary color
Monochromatic Colors of #906206
Black with #906206
Text Example
Text Example
White with #906206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906206; }
p { color: rgb(144,98,6); }
H1.HeaderClassName
{
color: #906206;
}
.AnyTagClassName
{
color: #906206;
}
</style>
background-color css
<style>
a { background-color: #906206; }
a { background-color: rgb(144,98,6); }
div.DivClassName
{
background-color: #906206;
}
.BgClassName
{
background-color: #906206;
}
</style>
border-color css
<style>
span { border-color: #906206; }
span { border-color: rgb(144,98,6); }
td.TdClassName
{
border-color: #906206;
}
.TagClassName
{
border-color: #906206;
}
</style>