Shades of Golden Brown #99610A
Tints of Golden Brown #99610A
RGB
CMYK
RGB Variations
Color information
#99610A (or 0x99610A) is known color: Golden Brown. HEX triplet: 99, 61 and 0A. RGB value is (153,97,10). Sum of RGB (Red+Green+Blue) = 153+97+10=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #99610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99610A is #669EF5. Grayscale: #686868. Windows color (decimal): -6725366 or 680345. OLE color: 680345.
HSL color Cylindrical-coordinate representation of color #99610A: hue angle of 36.5º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99610A is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 10 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.4 |
| HSL | 36.5º | 0.88% | 0.32% | - |
| HSV(B) | 36.5º | 0.93% | 0.6% | - |
| XYZ | 17.47 | 15.34 | 2.33 | - |
| YUV | 103.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 10 | 0 | 0.37 | 0.93 | 0.4 | 36.5 | 0.88 | 0.32 |
| Hex | 99 | 61 | A | 0 | 25 | 5D | 28 | 25 | 58 | 20 |
| Octal | 231 | 141 | 12 | 0 | 45 | 135 | 50 | 45 | 130 | 40 |
| Binary | 10011001 | 1100001 | 1010 | 0 | 100101 | 1011101 | 101000 | 100101 | 1011000 | 100000 |
Color Harmonies of #99610A
Complementary color
Monochromatic Colors of #99610A
Black with #99610A
Text Example
Text Example
White with #99610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99610A; }
p { color: rgb(153,97,10); }
H1.HeaderClassName
{
color: #99610A;
}
.AnyTagClassName
{
color: #99610A;
}
</style>
background-color css
<style>
a { background-color: #99610A; }
a { background-color: rgb(153,97,10); }
div.DivClassName
{
background-color: #99610A;
}
.BgClassName
{
background-color: #99610A;
}
</style>
border-color css
<style>
span { border-color: #99610A; }
span { border-color: rgb(153,97,10); }
td.TdClassName
{
border-color: #99610A;
}
.TagClassName
{
border-color: #99610A;
}
</style>