Shades of Golden Brown #906800
Tints of Golden Brown #906800
RGB
CMYK
RGB Variations
Color information
#906800 (or 0x906800) is known color: Golden Brown. HEX triplet: 90, 68 and 00. RGB value is (144,104,0). Sum of RGB (Red+Green+Blue) = 144+104+0=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #906800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906800 is #6F97FF. Grayscale: #686868. Windows color (decimal): -7313408 or 26768. OLE color: 26768.
HSL color Cylindrical-coordinate representation of color #906800: hue angle of 43.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #906800 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.44 |
| HSL | 43.33º | 1% | 0.28% | - |
| HSV(B) | 43.33º | 1% | 0.56% | - |
| XYZ | 16.45 | 15.83 | 2.19 | - |
| YUV | 104.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 0 | 0 | 0.28 | 1 | 0.44 | 43.33 | 1 | 0.28 |
| Hex | 90 | 68 | 0 | 0 | 1C | 64 | 2C | 2B | 64 | 1C |
| Octal | 220 | 150 | 0 | 0 | 34 | 144 | 54 | 53 | 144 | 34 |
| Binary | 10010000 | 1101000 | 0 | 0 | 11100 | 1100100 | 101100 | 101011 | 1100100 | 11100 |
Color Harmonies of #906800
Complementary color
Monochromatic Colors of #906800
Black with #906800
Text Example
Text Example
White with #906800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906800; }
p { color: rgb(144,104,0); }
H1.HeaderClassName
{
color: #906800;
}
.AnyTagClassName
{
color: #906800;
}
</style>
background-color css
<style>
a { background-color: #906800; }
a { background-color: rgb(144,104,0); }
div.DivClassName
{
background-color: #906800;
}
.BgClassName
{
background-color: #906800;
}
</style>
border-color css
<style>
span { border-color: #906800; }
span { border-color: rgb(144,104,0); }
td.TdClassName
{
border-color: #906800;
}
.TagClassName
{
border-color: #906800;
}
</style>