Shades of Golden Brown #995F0B
Tints of Golden Brown #995F0B
RGB
CMYK
RGB Variations
Color information
#995F0B (or 0x995F0B) is known color: Golden Brown. HEX triplet: 99, 5F and 0B. RGB value is (153,95,11). Sum of RGB (Red+Green+Blue) = 153+95+11=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #995F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995F0B is #66A0F4. Grayscale: #676767. Windows color (decimal): -6725877 or 745369. OLE color: 745369.
HSL color Cylindrical-coordinate representation of color #995F0B: hue angle of 35.49º degrees, saturation: 0.87, 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 #995F0B is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 11 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.4 |
| HSL | 35.49º | 0.87% | 0.32% | - |
| HSV(B) | 35.49º | 0.93% | 0.6% | - |
| XYZ | 17.29 | 14.98 | 2.3 | - |
| YUV | 102.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 11 | 0 | 0.38 | 0.93 | 0.4 | 35.49 | 0.87 | 0.32 |
| Hex | 99 | 5F | B | 0 | 26 | 5D | 28 | 23 | 57 | 20 |
| Octal | 231 | 137 | 13 | 0 | 46 | 135 | 50 | 43 | 127 | 40 |
| Binary | 10011001 | 1011111 | 1011 | 0 | 100110 | 1011101 | 101000 | 100011 | 1010111 | 100000 |
Color Harmonies of #995F0B
Complementary color
Monochromatic Colors of #995F0B
Black with #995F0B
Text Example
Text Example
White with #995F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F0B; }
p { color: rgb(153,95,11); }
H1.HeaderClassName
{
color: #995F0B;
}
.AnyTagClassName
{
color: #995F0B;
}
</style>
background-color css
<style>
a { background-color: #995F0B; }
a { background-color: rgb(153,95,11); }
div.DivClassName
{
background-color: #995F0B;
}
.BgClassName
{
background-color: #995F0B;
}
</style>
border-color css
<style>
span { border-color: #995F0B; }
span { border-color: rgb(153,95,11); }
td.TdClassName
{
border-color: #995F0B;
}
.TagClassName
{
border-color: #995F0B;
}
</style>