Shades of Golden Brown #996F0E
Tints of Golden Brown #996F0E
RGB
CMYK
RGB Variations
Color information
#996F0E (or 0x996F0E) is known color: Golden Brown. HEX triplet: 99, 6F and 0E. RGB value is (153,111,14). Sum of RGB (Red+Green+Blue) = 153+111+14=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #996F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F0E is #6690F1. Grayscale: #707070. Windows color (decimal): -6721778 or 946073. OLE color: 946073.
HSL color Cylindrical-coordinate representation of color #996F0E: hue angle of 41.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #996F0E is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 14 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.4 |
| HSL | 41.87º | 0.83% | 0.33% | - |
| HSV(B) | 41.87º | 0.91% | 0.6% | - |
| XYZ | 18.9 | 18.17 | 2.93 | - |
| YUV | 112.5 | 72.41 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 14 | 0 | 0.27 | 0.91 | 0.4 | 41.87 | 0.83 | 0.33 |
| Hex | 99 | 6F | E | 0 | 1B | 5B | 28 | 2A | 53 | 21 |
| Octal | 231 | 157 | 16 | 0 | 33 | 133 | 50 | 52 | 123 | 41 |
| Binary | 10011001 | 1101111 | 1110 | 0 | 11011 | 1011011 | 101000 | 101010 | 1010011 | 100001 |
Color Harmonies of #996F0E
Complementary color
Monochromatic Colors of #996F0E
Black with #996F0E
Text Example
Text Example
White with #996F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F0E; }
p { color: rgb(153,111,14); }
H1.HeaderClassName
{
color: #996F0E;
}
.AnyTagClassName
{
color: #996F0E;
}
</style>
background-color css
<style>
a { background-color: #996F0E; }
a { background-color: rgb(153,111,14); }
div.DivClassName
{
background-color: #996F0E;
}
.BgClassName
{
background-color: #996F0E;
}
</style>
border-color css
<style>
span { border-color: #996F0E; }
span { border-color: rgb(153,111,14); }
td.TdClassName
{
border-color: #996F0E;
}
.TagClassName
{
border-color: #996F0E;
}
</style>