Shades of Golden Brown #906009
Tints of Golden Brown #906009
RGB
CMYK
RGB Variations
Color information
#906009 (or 0x906009) is known color: Golden Brown. HEX triplet: 90, 60 and 09. RGB value is (144,96,9). Sum of RGB (Red+Green+Blue) = 144+96+9=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #906009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906009 is #6F9FF6. Grayscale: #646464. Windows color (decimal): -7315447 or 614544. OLE color: 614544.
HSL color Cylindrical-coordinate representation of color #906009: hue angle of 38.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #906009 is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 96 | 9 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.44 |
| HSL | 38.67º | 0.88% | 0.3% | - |
| HSV(B) | 38.67º | 0.94% | 0.56% | - |
| XYZ | 15.73 | 14.31 | 2.19 | - |
| YUV | 100.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 9 | 0 | 0.33 | 0.94 | 0.44 | 38.67 | 0.88 | 0.3 |
| Hex | 90 | 60 | 9 | 0 | 21 | 5E | 2C | 27 | 58 | 1E |
| Octal | 220 | 140 | 11 | 0 | 41 | 136 | 54 | 47 | 130 | 36 |
| Binary | 10010000 | 1100000 | 1001 | 0 | 100001 | 1011110 | 101100 | 100111 | 1011000 | 11110 |
Color Harmonies of #906009
Complementary color
Monochromatic Colors of #906009
Black with #906009
Text Example
Text Example
White with #906009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906009; }
p { color: rgb(144,96,9); }
H1.HeaderClassName
{
color: #906009;
}
.AnyTagClassName
{
color: #906009;
}
</style>
background-color css
<style>
a { background-color: #906009; }
a { background-color: rgb(144,96,9); }
div.DivClassName
{
background-color: #906009;
}
.BgClassName
{
background-color: #906009;
}
</style>
border-color css
<style>
span { border-color: #906009; }
span { border-color: rgb(144,96,9); }
td.TdClassName
{
border-color: #906009;
}
.TagClassName
{
border-color: #906009;
}
</style>