Shades of Golden Brown #996F04
Tints of Golden Brown #996F04
RGB
CMYK
RGB Variations
Color information
#996F04 (or 0x996F04) is known color: Golden Brown. HEX triplet: 99, 6F and 04. RGB value is (153,111,4). Sum of RGB (Red+Green+Blue) = 153+111+4=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #996F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F04 is #6690FB. Grayscale: #6F6F6F. Windows color (decimal): -6721788 or 290713. OLE color: 290713.
HSL color Cylindrical-coordinate representation of color #996F04: hue angle of 43.09º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #996F04 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 4 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.4 |
| HSL | 43.09º | 0.95% | 0.31% | - |
| HSV(B) | 43.09º | 0.97% | 0.6% | - |
| XYZ | 18.84 | 18.15 | 2.63 | - |
| YUV | 111.36 | 67.41 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 4 | 0 | 0.27 | 0.97 | 0.4 | 43.09 | 0.95 | 0.31 |
| Hex | 99 | 6F | 4 | 0 | 1B | 61 | 28 | 2B | 5F | 1F |
| Octal | 231 | 157 | 4 | 0 | 33 | 141 | 50 | 53 | 137 | 37 |
| Binary | 10011001 | 1101111 | 100 | 0 | 11011 | 1100001 | 101000 | 101011 | 1011111 | 11111 |
Color Harmonies of #996F04
Complementary color
Monochromatic Colors of #996F04
Black with #996F04
Text Example
Text Example
White with #996F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F04; }
p { color: rgb(153,111,4); }
H1.HeaderClassName
{
color: #996F04;
}
.AnyTagClassName
{
color: #996F04;
}
</style>
background-color css
<style>
a { background-color: #996F04; }
a { background-color: rgb(153,111,4); }
div.DivClassName
{
background-color: #996F04;
}
.BgClassName
{
background-color: #996F04;
}
</style>
border-color css
<style>
span { border-color: #996F04; }
span { border-color: rgb(153,111,4); }
td.TdClassName
{
border-color: #996F04;
}
.TagClassName
{
border-color: #996F04;
}
</style>