Shades of Golden Brown #976F04
Tints of Golden Brown #976F04
RGB
CMYK
RGB Variations
Color information
#976F04 (or 0x976F04) is known color: Golden Brown. HEX triplet: 97, 6F and 04. RGB value is (151,111,4). Sum of RGB (Red+Green+Blue) = 151+111+4=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #976F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F04 is #6890FB. Grayscale: #6F6F6F. Windows color (decimal): -6852860 or 290711. OLE color: 290711.
HSL color Cylindrical-coordinate representation of color #976F04: hue angle of 43.67º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #976F04 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 111 | 4 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.41 |
| HSL | 43.67º | 0.95% | 0.3% | - |
| HSV(B) | 43.67º | 0.97% | 0.59% | - |
| XYZ | 18.47 | 17.96 | 2.61 | - |
| YUV | 110.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 4 | 0 | 0.26 | 0.97 | 0.41 | 43.67 | 0.95 | 0.3 |
| Hex | 97 | 6F | 4 | 0 | 1A | 61 | 29 | 2C | 5F | 1E |
| Octal | 227 | 157 | 4 | 0 | 32 | 141 | 51 | 54 | 137 | 36 |
| Binary | 10010111 | 1101111 | 100 | 0 | 11010 | 1100001 | 101001 | 101100 | 1011111 | 11110 |
Color Harmonies of #976F04
Complementary color
Monochromatic Colors of #976F04
Black with #976F04
Text Example
Text Example
White with #976F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976F04; }
p { color: rgb(151,111,4); }
H1.HeaderClassName
{
color: #976F04;
}
.AnyTagClassName
{
color: #976F04;
}
</style>
background-color css
<style>
a { background-color: #976F04; }
a { background-color: rgb(151,111,4); }
div.DivClassName
{
background-color: #976F04;
}
.BgClassName
{
background-color: #976F04;
}
</style>
border-color css
<style>
span { border-color: #976F04; }
span { border-color: rgb(151,111,4); }
td.TdClassName
{
border-color: #976F04;
}
.TagClassName
{
border-color: #976F04;
}
</style>