Shades of Golden Brown #906801
Tints of Golden Brown #906801
RGB
CMYK
RGB Variations
Color information
#906801 (or 0x906801) is known color: Golden Brown. HEX triplet: 90, 68 and 01. RGB value is (144,104,1). Sum of RGB (Red+Green+Blue) = 144+104+1=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #906801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906801 is #6F97FE. Grayscale: #686868. Windows color (decimal): -7313407 or 92304. OLE color: 92304.
HSL color Cylindrical-coordinate representation of color #906801: hue angle of 43.22º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #906801 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.44 |
| HSL | 43.22º | 0.99% | 0.28% | - |
| HSV(B) | 43.22º | 0.99% | 0.56% | - |
| XYZ | 16.46 | 15.83 | 2.22 | - |
| YUV | 104.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 1 | 0 | 0.28 | 0.99 | 0.44 | 43.22 | 0.99 | 0.28 |
| Hex | 90 | 68 | 1 | 0 | 1C | 63 | 2C | 2B | 63 | 1C |
| Octal | 220 | 150 | 1 | 0 | 34 | 143 | 54 | 53 | 143 | 34 |
| Binary | 10010000 | 1101000 | 1 | 0 | 11100 | 1100011 | 101100 | 101011 | 1100011 | 11100 |
Color Harmonies of #906801
Complementary color
Monochromatic Colors of #906801
Black with #906801
Text Example
Text Example
White with #906801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906801; }
p { color: rgb(144,104,1); }
H1.HeaderClassName
{
color: #906801;
}
.AnyTagClassName
{
color: #906801;
}
</style>
background-color css
<style>
a { background-color: #906801; }
a { background-color: rgb(144,104,1); }
div.DivClassName
{
background-color: #906801;
}
.BgClassName
{
background-color: #906801;
}
</style>
border-color css
<style>
span { border-color: #906801; }
span { border-color: rgb(144,104,1); }
td.TdClassName
{
border-color: #906801;
}
.TagClassName
{
border-color: #906801;
}
</style>