Shades of Golden Brown #916009
Tints of Golden Brown #916009
RGB
CMYK
RGB Variations
Color information
#916009 (or 0x916009) is known color: Golden Brown. HEX triplet: 91, 60 and 09. RGB value is (145,96,9). Sum of RGB (Red+Green+Blue) = 145+96+9=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #916009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916009 is #6E9FF6. Grayscale: #656565. Windows color (decimal): -7249911 or 614545. OLE color: 614545.
HSL color Cylindrical-coordinate representation of color #916009: hue angle of 38.38º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #916009 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 96 | 9 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.43 |
| HSL | 38.38º | 0.88% | 0.3% | - |
| HSV(B) | 38.38º | 0.94% | 0.57% | - |
| XYZ | 15.91 | 14.41 | 2.2 | - |
| YUV | 100.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 9 | 0 | 0.34 | 0.94 | 0.43 | 38.38 | 0.88 | 0.3 |
| Hex | 91 | 60 | 9 | 0 | 22 | 5E | 2B | 26 | 58 | 1E |
| Octal | 221 | 140 | 11 | 0 | 42 | 136 | 53 | 46 | 130 | 36 |
| Binary | 10010001 | 1100000 | 1001 | 0 | 100010 | 1011110 | 101011 | 100110 | 1011000 | 11110 |
Color Harmonies of #916009
Complementary color
Monochromatic Colors of #916009
Black with #916009
Text Example
Text Example
White with #916009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916009; }
p { color: rgb(145,96,9); }
H1.HeaderClassName
{
color: #916009;
}
.AnyTagClassName
{
color: #916009;
}
</style>
background-color css
<style>
a { background-color: #916009; }
a { background-color: rgb(145,96,9); }
div.DivClassName
{
background-color: #916009;
}
.BgClassName
{
background-color: #916009;
}
</style>
border-color css
<style>
span { border-color: #916009; }
span { border-color: rgb(145,96,9); }
td.TdClassName
{
border-color: #916009;
}
.TagClassName
{
border-color: #916009;
}
</style>