Shades of Golden Brown #996509
Tints of Golden Brown #996509
RGB
CMYK
RGB Variations
Color information
#996509 (or 0x996509) is known color: Golden Brown. HEX triplet: 99, 65 and 09. RGB value is (153,101,9). Sum of RGB (Red+Green+Blue) = 153+101+9=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #996509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996509 is #669AF6. Grayscale: #6A6A6A. Windows color (decimal): -6724343 or 615833. OLE color: 615833.
HSL color Cylindrical-coordinate representation of color #996509: hue angle of 38.33º 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 #996509 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 9 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.4 |
| HSL | 38.33º | 0.89% | 0.32% | - |
| HSV(B) | 38.33º | 0.94% | 0.6% | - |
| XYZ | 17.84 | 16.1 | 2.43 | - |
| YUV | 106.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 9 | 0 | 0.34 | 0.94 | 0.4 | 38.33 | 0.89 | 0.32 |
| Hex | 99 | 65 | 9 | 0 | 22 | 5E | 28 | 26 | 59 | 20 |
| Octal | 231 | 145 | 11 | 0 | 42 | 136 | 50 | 46 | 131 | 40 |
| Binary | 10011001 | 1100101 | 1001 | 0 | 100010 | 1011110 | 101000 | 100110 | 1011001 | 100000 |
Color Harmonies of #996509
Complementary color
Monochromatic Colors of #996509
Black with #996509
Text Example
Text Example
White with #996509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996509; }
p { color: rgb(153,101,9); }
H1.HeaderClassName
{
color: #996509;
}
.AnyTagClassName
{
color: #996509;
}
</style>
background-color css
<style>
a { background-color: #996509; }
a { background-color: rgb(153,101,9); }
div.DivClassName
{
background-color: #996509;
}
.BgClassName
{
background-color: #996509;
}
</style>
border-color css
<style>
span { border-color: #996509; }
span { border-color: rgb(153,101,9); }
td.TdClassName
{
border-color: #996509;
}
.TagClassName
{
border-color: #996509;
}
</style>