Shades of Golden Brown #995E0A
Tints of Golden Brown #995E0A
RGB
CMYK
RGB Variations
Color information
#995E0A (or 0x995E0A) is known color: Golden Brown. HEX triplet: 99, 5E and 0A. RGB value is (153,94,10). Sum of RGB (Red+Green+Blue) = 153+94+10=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #995E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995E0A is #66A1F5. Grayscale: #666666. Windows color (decimal): -6726134 or 679577. OLE color: 679577.
HSL color Cylindrical-coordinate representation of color #995E0A: hue angle of 35.24º 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 #995E0A is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 94 | 10 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.4 |
| HSL | 35.24º | 0.88% | 0.32% | - |
| HSV(B) | 35.24º | 0.93% | 0.6% | - |
| XYZ | 17.19 | 14.8 | 2.24 | - |
| YUV | 102.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 10 | 0 | 0.39 | 0.93 | 0.4 | 35.24 | 0.88 | 0.32 |
| Hex | 99 | 5E | A | 0 | 27 | 5D | 28 | 23 | 58 | 20 |
| Octal | 231 | 136 | 12 | 0 | 47 | 135 | 50 | 43 | 130 | 40 |
| Binary | 10011001 | 1011110 | 1010 | 0 | 100111 | 1011101 | 101000 | 100011 | 1011000 | 100000 |
Color Harmonies of #995E0A
Complementary color
Monochromatic Colors of #995E0A
Black with #995E0A
Text Example
Text Example
White with #995E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E0A; }
p { color: rgb(153,94,10); }
H1.HeaderClassName
{
color: #995E0A;
}
.AnyTagClassName
{
color: #995E0A;
}
</style>
background-color css
<style>
a { background-color: #995E0A; }
a { background-color: rgb(153,94,10); }
div.DivClassName
{
background-color: #995E0A;
}
.BgClassName
{
background-color: #995E0A;
}
</style>
border-color css
<style>
span { border-color: #995E0A; }
span { border-color: rgb(153,94,10); }
td.TdClassName
{
border-color: #995E0A;
}
.TagClassName
{
border-color: #995E0A;
}
</style>