Shades of Golden Brown #995809
Tints of Golden Brown #995809
RGB
CMYK
RGB Variations
Color information
#995809 (or 0x995809) is known color: Golden Brown. HEX triplet: 99, 58 and 09. RGB value is (153,88,9). Sum of RGB (Red+Green+Blue) = 153+88+9=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #995809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995809 is #66A7F6. Grayscale: #626262. Windows color (decimal): -6727671 or 612505. OLE color: 612505.
HSL color Cylindrical-coordinate representation of color #995809: hue angle of 32.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #995809 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 9 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.4 |
| HSL | 32.92º | 0.89% | 0.32% | - |
| HSV(B) | 32.92º | 0.94% | 0.6% | - |
| XYZ | 16.68 | 13.77 | 2.04 | - |
| YUV | 98.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 9 | 0 | 0.42 | 0.94 | 0.4 | 32.92 | 0.89 | 0.32 |
| Hex | 99 | 58 | 9 | 0 | 2A | 5E | 28 | 21 | 59 | 20 |
| Octal | 231 | 130 | 11 | 0 | 52 | 136 | 50 | 41 | 131 | 40 |
| Binary | 10011001 | 1011000 | 1001 | 0 | 101010 | 1011110 | 101000 | 100001 | 1011001 | 100000 |
Color Harmonies of #995809
Complementary color
Monochromatic Colors of #995809
Black with #995809
Text Example
Text Example
White with #995809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995809; }
p { color: rgb(153,88,9); }
H1.HeaderClassName
{
color: #995809;
}
.AnyTagClassName
{
color: #995809;
}
</style>
background-color css
<style>
a { background-color: #995809; }
a { background-color: rgb(153,88,9); }
div.DivClassName
{
background-color: #995809;
}
.BgClassName
{
background-color: #995809;
}
</style>
border-color css
<style>
span { border-color: #995809; }
span { border-color: rgb(153,88,9); }
td.TdClassName
{
border-color: #995809;
}
.TagClassName
{
border-color: #995809;
}
</style>