Shades of Golden Brown #995D0C
Tints of Golden Brown #995D0C
RGB
CMYK
RGB Variations
Color information
#995D0C (or 0x995D0C) is known color: Golden Brown. HEX triplet: 99, 5D and 0C. RGB value is (153,93,12). Sum of RGB (Red+Green+Blue) = 153+93+12=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #995D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D0C is #66A2F3. Grayscale: #666666. Windows color (decimal): -6726388 or 810393. OLE color: 810393.
HSL color Cylindrical-coordinate representation of color #995D0C: hue angle of 34.47º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #995D0C is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 12 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.4 |
| HSL | 34.47º | 0.85% | 0.32% | - |
| HSV(B) | 34.47º | 0.92% | 0.6% | - |
| XYZ | 17.12 | 14.63 | 2.27 | - |
| YUV | 101.71 | 77.38 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 12 | 0 | 0.39 | 0.92 | 0.4 | 34.47 | 0.85 | 0.32 |
| Hex | 99 | 5D | C | 0 | 27 | 5C | 28 | 22 | 55 | 20 |
| Octal | 231 | 135 | 14 | 0 | 47 | 134 | 50 | 42 | 125 | 40 |
| Binary | 10011001 | 1011101 | 1100 | 0 | 100111 | 1011100 | 101000 | 100010 | 1010101 | 100000 |
Color Harmonies of #995D0C
Complementary color
Monochromatic Colors of #995D0C
Black with #995D0C
Text Example
Text Example
White with #995D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D0C; }
p { color: rgb(153,93,12); }
H1.HeaderClassName
{
color: #995D0C;
}
.AnyTagClassName
{
color: #995D0C;
}
</style>
background-color css
<style>
a { background-color: #995D0C; }
a { background-color: rgb(153,93,12); }
div.DivClassName
{
background-color: #995D0C;
}
.BgClassName
{
background-color: #995D0C;
}
</style>
border-color css
<style>
span { border-color: #995D0C; }
span { border-color: rgb(153,93,12); }
td.TdClassName
{
border-color: #995D0C;
}
.TagClassName
{
border-color: #995D0C;
}
</style>