Shades of Golden Brown #976D0C
Tints of Golden Brown #976D0C
RGB
CMYK
RGB Variations
Color information
#976D0C (or 0x976D0C) is known color: Golden Brown. HEX triplet: 97, 6D and 0C. RGB value is (151,109,12). Sum of RGB (Red+Green+Blue) = 151+109+12=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #976D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976D0C is #6892F3. Grayscale: #6E6E6E. Windows color (decimal): -6853364 or 814487. OLE color: 814487.
HSL color Cylindrical-coordinate representation of color #976D0C: hue angle of 41.87º 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 #976D0C is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 12 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.41 |
| HSL | 41.87º | 0.85% | 0.32% | - |
| HSV(B) | 41.87º | 0.92% | 0.59% | - |
| XYZ | 18.3 | 17.54 | 2.77 | - |
| YUV | 110.5 | 72.41 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 12 | 0 | 0.28 | 0.92 | 0.41 | 41.87 | 0.85 | 0.32 |
| Hex | 97 | 6D | C | 0 | 1C | 5C | 29 | 2A | 55 | 20 |
| Octal | 227 | 155 | 14 | 0 | 34 | 134 | 51 | 52 | 125 | 40 |
| Binary | 10010111 | 1101101 | 1100 | 0 | 11100 | 1011100 | 101001 | 101010 | 1010101 | 100000 |
Color Harmonies of #976D0C
Complementary color
Monochromatic Colors of #976D0C
Black with #976D0C
Text Example
Text Example
White with #976D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D0C; }
p { color: rgb(151,109,12); }
H1.HeaderClassName
{
color: #976D0C;
}
.AnyTagClassName
{
color: #976D0C;
}
</style>
background-color css
<style>
a { background-color: #976D0C; }
a { background-color: rgb(151,109,12); }
div.DivClassName
{
background-color: #976D0C;
}
.BgClassName
{
background-color: #976D0C;
}
</style>
border-color css
<style>
span { border-color: #976D0C; }
span { border-color: rgb(151,109,12); }
td.TdClassName
{
border-color: #976D0C;
}
.TagClassName
{
border-color: #976D0C;
}
</style>