Shades of Golden Brown #99610D
Tints of Golden Brown #99610D
RGB
CMYK
RGB Variations
Color information
#99610D (or 0x99610D) is known color: Golden Brown. HEX triplet: 99, 61 and 0D. RGB value is (153,97,13). Sum of RGB (Red+Green+Blue) = 153+97+13=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99610D is #669EF2. Grayscale: #686868. Windows color (decimal): -6725363 or 876953. OLE color: 876953.
HSL color Cylindrical-coordinate representation of color #99610D: hue angle of 36º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99610D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 13 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.4 |
| HSL | 36º | 0.84% | 0.33% | - |
| HSV(B) | 36º | 0.92% | 0.6% | - |
| XYZ | 17.48 | 15.35 | 2.42 | - |
| YUV | 104.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 13 | 0 | 0.37 | 0.92 | 0.4 | 36 | 0.84 | 0.33 |
| Hex | 99 | 61 | D | 0 | 25 | 5C | 28 | 24 | 54 | 21 |
| Octal | 231 | 141 | 15 | 0 | 45 | 134 | 50 | 44 | 124 | 41 |
| Binary | 10011001 | 1100001 | 1101 | 0 | 100101 | 1011100 | 101000 | 100100 | 1010100 | 100001 |
Color Harmonies of #99610D
Complementary color
Monochromatic Colors of #99610D
Black with #99610D
Text Example
Text Example
White with #99610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99610D; }
p { color: rgb(153,97,13); }
H1.HeaderClassName
{
color: #99610D;
}
.AnyTagClassName
{
color: #99610D;
}
</style>
background-color css
<style>
a { background-color: #99610D; }
a { background-color: rgb(153,97,13); }
div.DivClassName
{
background-color: #99610D;
}
.BgClassName
{
background-color: #99610D;
}
</style>
border-color css
<style>
span { border-color: #99610D; }
span { border-color: rgb(153,97,13); }
td.TdClassName
{
border-color: #99610D;
}
.TagClassName
{
border-color: #99610D;
}
</style>