Shades of Golden Brown #976D0E
Tints of Golden Brown #976D0E
RGB
CMYK
RGB Variations
Color information
#976D0E (or 0x976D0E) is known color: Golden Brown. HEX triplet: 97, 6D and 0E. RGB value is (151,109,14). Sum of RGB (Red+Green+Blue) = 151+109+14=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #976D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976D0E is #6892F1. Grayscale: #6F6F6F. Windows color (decimal): -6853362 or 945559. OLE color: 945559.
HSL color Cylindrical-coordinate representation of color #976D0E: hue angle of 41.61º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #976D0E is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 14 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.41 |
| HSL | 41.61º | 0.83% | 0.32% | - |
| HSV(B) | 41.61º | 0.91% | 0.59% | - |
| XYZ | 18.31 | 17.55 | 2.84 | - |
| YUV | 110.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 14 | 0 | 0.28 | 0.91 | 0.41 | 41.61 | 0.83 | 0.32 |
| Hex | 97 | 6D | E | 0 | 1C | 5B | 29 | 2A | 53 | 20 |
| Octal | 227 | 155 | 16 | 0 | 34 | 133 | 51 | 52 | 123 | 40 |
| Binary | 10010111 | 1101101 | 1110 | 0 | 11100 | 1011011 | 101001 | 101010 | 1010011 | 100000 |
Color Harmonies of #976D0E
Complementary color
Monochromatic Colors of #976D0E
Black with #976D0E
Text Example
Text Example
White with #976D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D0E; }
p { color: rgb(151,109,14); }
H1.HeaderClassName
{
color: #976D0E;
}
.AnyTagClassName
{
color: #976D0E;
}
</style>
background-color css
<style>
a { background-color: #976D0E; }
a { background-color: rgb(151,109,14); }
div.DivClassName
{
background-color: #976D0E;
}
.BgClassName
{
background-color: #976D0E;
}
</style>
border-color css
<style>
span { border-color: #976D0E; }
span { border-color: rgb(151,109,14); }
td.TdClassName
{
border-color: #976D0E;
}
.TagClassName
{
border-color: #976D0E;
}
</style>