Shades of Golden Brown #995D16
Tints of Golden Brown #995D16
RGB
CMYK
RGB Variations
Color information
#995D16 (or 0x995D16) is known color: Golden Brown. HEX triplet: 99, 5D and 16. RGB value is (153,93,22). Sum of RGB (Red+Green+Blue) = 153+93+22=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #995D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D16 is #66A2E9. Grayscale: #676767. Windows color (decimal): -6726378 or 1465753. OLE color: 1465753.
HSL color Cylindrical-coordinate representation of color #995D16: hue angle of 32.52º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #995D16 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 22 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.4 |
| HSL | 32.52º | 0.75% | 0.34% | - |
| HSV(B) | 32.52º | 0.86% | 0.6% | - |
| XYZ | 17.2 | 14.66 | 2.68 | - |
| YUV | 102.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 22 | 0 | 0.39 | 0.86 | 0.4 | 32.52 | 0.75 | 0.34 |
| Hex | 99 | 5D | 16 | 0 | 27 | 56 | 28 | 21 | 4B | 22 |
| Octal | 231 | 135 | 26 | 0 | 47 | 126 | 50 | 41 | 113 | 42 |
| Binary | 10011001 | 1011101 | 10110 | 0 | 100111 | 1010110 | 101000 | 100001 | 1001011 | 100010 |
Color Harmonies of #995D16
Complementary color
Monochromatic Colors of #995D16
Black with #995D16
Text Example
Text Example
White with #995D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D16; }
p { color: rgb(153,93,22); }
H1.HeaderClassName
{
color: #995D16;
}
.AnyTagClassName
{
color: #995D16;
}
</style>
background-color css
<style>
a { background-color: #995D16; }
a { background-color: rgb(153,93,22); }
div.DivClassName
{
background-color: #995D16;
}
.BgClassName
{
background-color: #995D16;
}
</style>
border-color css
<style>
span { border-color: #995D16; }
span { border-color: rgb(153,93,22); }
td.TdClassName
{
border-color: #995D16;
}
.TagClassName
{
border-color: #995D16;
}
</style>