Shades of Golden Brown #976A0E
Tints of Golden Brown #976A0E
RGB
CMYK
RGB Variations
Color information
#976A0E (or 0x976A0E) is known color: Golden Brown. HEX triplet: 97, 6A and 0E. RGB value is (151,106,14). Sum of RGB (Red+Green+Blue) = 151+106+14=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #976A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976A0E is #6895F1. Grayscale: #6D6D6D. Windows color (decimal): -6854130 or 944791. OLE color: 944791.
HSL color Cylindrical-coordinate representation of color #976A0E: hue angle of 40.29º 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 #976A0E is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 106 | 14 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.41 |
| HSL | 40.29º | 0.83% | 0.32% | - |
| HSV(B) | 40.29º | 0.91% | 0.59% | - |
| XYZ | 18 | 16.92 | 2.73 | - |
| YUV | 108.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 14 | 0 | 0.30 | 0.91 | 0.41 | 40.29 | 0.83 | 0.32 |
| Hex | 97 | 6A | E | 0 | 1E | 5B | 29 | 28 | 53 | 20 |
| Octal | 227 | 152 | 16 | 0 | 36 | 133 | 51 | 50 | 123 | 40 |
| Binary | 10010111 | 1101010 | 1110 | 0 | 11110 | 1011011 | 101001 | 101000 | 1010011 | 100000 |
Color Harmonies of #976A0E
Complementary color
Monochromatic Colors of #976A0E
Black with #976A0E
Text Example
Text Example
White with #976A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976A0E; }
p { color: rgb(151,106,14); }
H1.HeaderClassName
{
color: #976A0E;
}
.AnyTagClassName
{
color: #976A0E;
}
</style>
background-color css
<style>
a { background-color: #976A0E; }
a { background-color: rgb(151,106,14); }
div.DivClassName
{
background-color: #976A0E;
}
.BgClassName
{
background-color: #976A0E;
}
</style>
border-color css
<style>
span { border-color: #976A0E; }
span { border-color: rgb(151,106,14); }
td.TdClassName
{
border-color: #976A0E;
}
.TagClassName
{
border-color: #976A0E;
}
</style>