Shades of Golden Brown #976D06
Tints of Golden Brown #976D06
RGB
CMYK
RGB Variations
Color information
#976D06 (or 0x976D06) is known color: Golden Brown. HEX triplet: 97, 6D and 06. RGB value is (151,109,6). Sum of RGB (Red+Green+Blue) = 151+109+6=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #976D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976D06 is #6892F9. Grayscale: #6E6E6E. Windows color (decimal): -6853370 or 421271. OLE color: 421271.
HSL color Cylindrical-coordinate representation of color #976D06: hue angle of 42.62º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #976D06 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 6 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.41 |
| HSL | 42.62º | 0.92% | 0.31% | - |
| HSV(B) | 42.62º | 0.96% | 0.59% | - |
| XYZ | 18.26 | 17.53 | 2.59 | - |
| YUV | 109.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 6 | 0 | 0.28 | 0.96 | 0.41 | 42.62 | 0.92 | 0.31 |
| Hex | 97 | 6D | 6 | 0 | 1C | 60 | 29 | 2B | 5C | 1F |
| Octal | 227 | 155 | 6 | 0 | 34 | 140 | 51 | 53 | 134 | 37 |
| Binary | 10010111 | 1101101 | 110 | 0 | 11100 | 1100000 | 101001 | 101011 | 1011100 | 11111 |
Color Harmonies of #976D06
Complementary color
Monochromatic Colors of #976D06
Black with #976D06
Text Example
Text Example
White with #976D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D06; }
p { color: rgb(151,109,6); }
H1.HeaderClassName
{
color: #976D06;
}
.AnyTagClassName
{
color: #976D06;
}
</style>
background-color css
<style>
a { background-color: #976D06; }
a { background-color: rgb(151,109,6); }
div.DivClassName
{
background-color: #976D06;
}
.BgClassName
{
background-color: #976D06;
}
</style>
border-color css
<style>
span { border-color: #976D06; }
span { border-color: rgb(151,109,6); }
td.TdClassName
{
border-color: #976D06;
}
.TagClassName
{
border-color: #976D06;
}
</style>