Shades of Golden Brown #976211
Tints of Golden Brown #976211
RGB
CMYK
RGB Variations
Color information
#976211 (or 0x976211) is known color: Golden Brown. HEX triplet: 97, 62 and 11. RGB value is (151,98,17). Sum of RGB (Red+Green+Blue) = 151+98+17=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #976211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976211 is #689DEE. Grayscale: #686868. Windows color (decimal): -6856175 or 1139351. OLE color: 1139351.
HSL color Cylindrical-coordinate representation of color #976211: hue angle of 36.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #976211 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 98 | 17 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.41 |
| HSL | 36.27º | 0.8% | 0.33% | - |
| HSV(B) | 36.27º | 0.89% | 0.59% | - |
| XYZ | 17.23 | 15.36 | 2.59 | - |
| YUV | 104.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 17 | 0 | 0.35 | 0.89 | 0.41 | 36.27 | 0.8 | 0.33 |
| Hex | 97 | 62 | 11 | 0 | 23 | 59 | 29 | 24 | 50 | 21 |
| Octal | 227 | 142 | 21 | 0 | 43 | 131 | 51 | 44 | 120 | 41 |
| Binary | 10010111 | 1100010 | 10001 | 0 | 100011 | 1011001 | 101001 | 100100 | 1010000 | 100001 |
Color Harmonies of #976211
Complementary color
Monochromatic Colors of #976211
Black with #976211
Text Example
Text Example
White with #976211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976211; }
p { color: rgb(151,98,17); }
H1.HeaderClassName
{
color: #976211;
}
.AnyTagClassName
{
color: #976211;
}
</style>
background-color css
<style>
a { background-color: #976211; }
a { background-color: rgb(151,98,17); }
div.DivClassName
{
background-color: #976211;
}
.BgClassName
{
background-color: #976211;
}
</style>
border-color css
<style>
span { border-color: #976211; }
span { border-color: rgb(151,98,17); }
td.TdClassName
{
border-color: #976211;
}
.TagClassName
{
border-color: #976211;
}
</style>