Shades of Golden Brown #996F02
Tints of Golden Brown #996F02
RGB
CMYK
RGB Variations
Color information
#996F02 (or 0x996F02) is known color: Golden Brown. HEX triplet: 99, 6F and 02. RGB value is (153,111,2). Sum of RGB (Red+Green+Blue) = 153+111+2=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #996F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F02 is #6690FD. Grayscale: #6F6F6F. Windows color (decimal): -6721790 or 159641. OLE color: 159641.
HSL color Cylindrical-coordinate representation of color #996F02: hue angle of 43.31º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #996F02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.4 |
| HSL | 43.31º | 0.97% | 0.3% | - |
| HSV(B) | 43.31º | 0.99% | 0.6% | - |
| XYZ | 18.83 | 18.15 | 2.57 | - |
| YUV | 111.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 2 | 0 | 0.27 | 0.99 | 0.4 | 43.31 | 0.97 | 0.3 |
| Hex | 99 | 6F | 2 | 0 | 1B | 63 | 28 | 2B | 61 | 1E |
| Octal | 231 | 157 | 2 | 0 | 33 | 143 | 50 | 53 | 141 | 36 |
| Binary | 10011001 | 1101111 | 10 | 0 | 11011 | 1100011 | 101000 | 101011 | 1100001 | 11110 |
Color Harmonies of #996F02
Complementary color
Monochromatic Colors of #996F02
Black with #996F02
Text Example
Text Example
White with #996F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F02; }
p { color: rgb(153,111,2); }
H1.HeaderClassName
{
color: #996F02;
}
.AnyTagClassName
{
color: #996F02;
}
</style>
background-color css
<style>
a { background-color: #996F02; }
a { background-color: rgb(153,111,2); }
div.DivClassName
{
background-color: #996F02;
}
.BgClassName
{
background-color: #996F02;
}
</style>
border-color css
<style>
span { border-color: #996F02; }
span { border-color: rgb(153,111,2); }
td.TdClassName
{
border-color: #996F02;
}
.TagClassName
{
border-color: #996F02;
}
</style>