Shades of Golden Brown #996D1E
Tints of Golden Brown #996D1E
RGB
CMYK
RGB Variations
Color information
#996D1E (or 0x996D1E) is known color: Golden Brown. HEX triplet: 99, 6D and 1E. RGB value is (153,109,30). Sum of RGB (Red+Green+Blue) = 153+109+30=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #996D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D1E is #6692E1. Grayscale: #717171. Windows color (decimal): -6722274 or 1994137. OLE color: 1994137.
HSL color Cylindrical-coordinate representation of color #996D1E: hue angle of 38.54º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #996D1E is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 30 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.4 |
| HSL | 38.54º | 0.67% | 0.36% | - |
| HSV(B) | 38.54º | 0.8% | 0.6% | - |
| XYZ | 18.84 | 17.8 | 3.67 | - |
| YUV | 113.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 30 | 0 | 0.29 | 0.80 | 0.4 | 38.54 | 0.67 | 0.36 |
| Hex | 99 | 6D | 1E | 0 | 1D | 50 | 28 | 27 | 43 | 24 |
| Octal | 231 | 155 | 36 | 0 | 35 | 120 | 50 | 47 | 103 | 44 |
| Binary | 10011001 | 1101101 | 11110 | 0 | 11101 | 1010000 | 101000 | 100111 | 1000011 | 100100 |
Color Harmonies of #996D1E
Complementary color
Monochromatic Colors of #996D1E
Black with #996D1E
Text Example
Text Example
White with #996D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D1E; }
p { color: rgb(153,109,30); }
H1.HeaderClassName
{
color: #996D1E;
}
.AnyTagClassName
{
color: #996D1E;
}
</style>
background-color css
<style>
a { background-color: #996D1E; }
a { background-color: rgb(153,109,30); }
div.DivClassName
{
background-color: #996D1E;
}
.BgClassName
{
background-color: #996D1E;
}
</style>
border-color css
<style>
span { border-color: #996D1E; }
span { border-color: rgb(153,109,30); }
td.TdClassName
{
border-color: #996D1E;
}
.TagClassName
{
border-color: #996D1E;
}
</style>