Shades of Golden Brown #976414
Tints of Golden Brown #976414
RGB
CMYK
RGB Variations
Color information
#976414 (or 0x976414) is known color: Golden Brown. HEX triplet: 97, 64 and 14. RGB value is (151,100,20). Sum of RGB (Red+Green+Blue) = 151+100+20=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #976414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976414 is #689BEB. Grayscale: #6A6A6A. Windows color (decimal): -6855660 or 1336471. OLE color: 1336471.
HSL color Cylindrical-coordinate representation of color #976414: hue angle of 36.64º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #976414 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 100 | 20 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.41 |
| HSL | 36.64º | 0.77% | 0.34% | - |
| HSV(B) | 36.64º | 0.87% | 0.59% | - |
| XYZ | 17.45 | 15.74 | 2.78 | - |
| YUV | 106.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 20 | 0 | 0.34 | 0.87 | 0.41 | 36.64 | 0.77 | 0.34 |
| Hex | 97 | 64 | 14 | 0 | 22 | 57 | 29 | 25 | 4D | 22 |
| Octal | 227 | 144 | 24 | 0 | 42 | 127 | 51 | 45 | 115 | 42 |
| Binary | 10010111 | 1100100 | 10100 | 0 | 100010 | 1010111 | 101001 | 100101 | 1001101 | 100010 |
Color Harmonies of #976414
Complementary color
Monochromatic Colors of #976414
Black with #976414
Text Example
Text Example
White with #976414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976414; }
p { color: rgb(151,100,20); }
H1.HeaderClassName
{
color: #976414;
}
.AnyTagClassName
{
color: #976414;
}
</style>
background-color css
<style>
a { background-color: #976414; }
a { background-color: rgb(151,100,20); }
div.DivClassName
{
background-color: #976414;
}
.BgClassName
{
background-color: #976414;
}
</style>
border-color css
<style>
span { border-color: #976414; }
span { border-color: rgb(151,100,20); }
td.TdClassName
{
border-color: #976414;
}
.TagClassName
{
border-color: #976414;
}
</style>