Shades of Golden Brown #976D0A
Tints of Golden Brown #976D0A
RGB
CMYK
RGB Variations
Color information
#976D0A (or 0x976D0A) is known color: Golden Brown. HEX triplet: 97, 6D and 0A. RGB value is (151,109,10). Sum of RGB (Red+Green+Blue) = 151+109+10=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #976D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976D0A is #6892F5. Grayscale: #6E6E6E. Windows color (decimal): -6853366 or 683415. OLE color: 683415.
HSL color Cylindrical-coordinate representation of color #976D0A: hue angle of 42.13º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #976D0A is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 10 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.41 |
| HSL | 42.13º | 0.88% | 0.32% | - |
| HSV(B) | 42.13º | 0.93% | 0.59% | - |
| XYZ | 18.29 | 17.54 | 2.71 | - |
| YUV | 110.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 10 | 0 | 0.28 | 0.93 | 0.41 | 42.13 | 0.88 | 0.32 |
| Hex | 97 | 6D | A | 0 | 1C | 5D | 29 | 2A | 58 | 20 |
| Octal | 227 | 155 | 12 | 0 | 34 | 135 | 51 | 52 | 130 | 40 |
| Binary | 10010111 | 1101101 | 1010 | 0 | 11100 | 1011101 | 101001 | 101010 | 1011000 | 100000 |
Color Harmonies of #976D0A
Complementary color
Monochromatic Colors of #976D0A
Black with #976D0A
Text Example
Text Example
White with #976D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D0A; }
p { color: rgb(151,109,10); }
H1.HeaderClassName
{
color: #976D0A;
}
.AnyTagClassName
{
color: #976D0A;
}
</style>
background-color css
<style>
a { background-color: #976D0A; }
a { background-color: rgb(151,109,10); }
div.DivClassName
{
background-color: #976D0A;
}
.BgClassName
{
background-color: #976D0A;
}
</style>
border-color css
<style>
span { border-color: #976D0A; }
span { border-color: rgb(151,109,10); }
td.TdClassName
{
border-color: #976D0A;
}
.TagClassName
{
border-color: #976D0A;
}
</style>