Shades of Golden Brown #976E0C
Tints of Golden Brown #976E0C
RGB
CMYK
RGB Variations
Color information
#976E0C (or 0x976E0C) is known color: Golden Brown. HEX triplet: 97, 6E and 0C. RGB value is (151,110,12). Sum of RGB (Red+Green+Blue) = 151+110+12=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #976E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976E0C is #6891F3. Grayscale: #6F6F6F. Windows color (decimal): -6853108 or 814743. OLE color: 814743.
HSL color Cylindrical-coordinate representation of color #976E0C: hue angle of 42.3º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #976E0C is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 12 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.41 |
| HSL | 42.3º | 0.85% | 0.32% | - |
| HSV(B) | 42.3º | 0.92% | 0.59% | - |
| XYZ | 18.4 | 17.76 | 2.81 | - |
| YUV | 111.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 12 | 0 | 0.27 | 0.92 | 0.41 | 42.3 | 0.85 | 0.32 |
| Hex | 97 | 6E | C | 0 | 1B | 5C | 29 | 2A | 55 | 20 |
| Octal | 227 | 156 | 14 | 0 | 33 | 134 | 51 | 52 | 125 | 40 |
| Binary | 10010111 | 1101110 | 1100 | 0 | 11011 | 1011100 | 101001 | 101010 | 1010101 | 100000 |
Color Harmonies of #976E0C
Complementary color
Monochromatic Colors of #976E0C
Black with #976E0C
Text Example
Text Example
White with #976E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E0C; }
p { color: rgb(151,110,12); }
H1.HeaderClassName
{
color: #976E0C;
}
.AnyTagClassName
{
color: #976E0C;
}
</style>
background-color css
<style>
a { background-color: #976E0C; }
a { background-color: rgb(151,110,12); }
div.DivClassName
{
background-color: #976E0C;
}
.BgClassName
{
background-color: #976E0C;
}
</style>
border-color css
<style>
span { border-color: #976E0C; }
span { border-color: rgb(151,110,12); }
td.TdClassName
{
border-color: #976E0C;
}
.TagClassName
{
border-color: #976E0C;
}
</style>