Shades of Golden Brown #996F0C
Tints of Golden Brown #996F0C
RGB
CMYK
RGB Variations
Color information
#996F0C (or 0x996F0C) is known color: Golden Brown. HEX triplet: 99, 6F and 0C. RGB value is (153,111,12). Sum of RGB (Red+Green+Blue) = 153+111+12=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #996F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F0C is #6690F3. Grayscale: #707070. Windows color (decimal): -6721780 or 815001. OLE color: 815001.
HSL color Cylindrical-coordinate representation of color #996F0C: hue angle of 42.13º 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 #996F0C is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 12 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.4 |
| HSL | 42.13º | 0.85% | 0.32% | - |
| HSV(B) | 42.13º | 0.92% | 0.6% | - |
| XYZ | 18.89 | 18.17 | 2.86 | - |
| YUV | 112.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 12 | 0 | 0.27 | 0.92 | 0.4 | 42.13 | 0.85 | 0.32 |
| Hex | 99 | 6F | C | 0 | 1B | 5C | 28 | 2A | 55 | 20 |
| Octal | 231 | 157 | 14 | 0 | 33 | 134 | 50 | 52 | 125 | 40 |
| Binary | 10011001 | 1101111 | 1100 | 0 | 11011 | 1011100 | 101000 | 101010 | 1010101 | 100000 |
Color Harmonies of #996F0C
Complementary color
Monochromatic Colors of #996F0C
Black with #996F0C
Text Example
Text Example
White with #996F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F0C; }
p { color: rgb(153,111,12); }
H1.HeaderClassName
{
color: #996F0C;
}
.AnyTagClassName
{
color: #996F0C;
}
</style>
background-color css
<style>
a { background-color: #996F0C; }
a { background-color: rgb(153,111,12); }
div.DivClassName
{
background-color: #996F0C;
}
.BgClassName
{
background-color: #996F0C;
}
</style>
border-color css
<style>
span { border-color: #996F0C; }
span { border-color: rgb(153,111,12); }
td.TdClassName
{
border-color: #996F0C;
}
.TagClassName
{
border-color: #996F0C;
}
</style>