Shades of Golden Brown #977100
Tints of Golden Brown #977100
RGB
CMYK
RGB Variations
Color information
#977100 (or 0x977100) is known color: Golden Brown. HEX triplet: 97, 71 and 00. RGB value is (151,113,0). Sum of RGB (Red+Green+Blue) = 151+113+0=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #977100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977100 is #688EFF. Grayscale: #6F6F6F. Windows color (decimal): -6852352 or 29079. OLE color: 29079.
HSL color Cylindrical-coordinate representation of color #977100: hue angle of 44.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #977100 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 113 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.41 |
| HSL | 44.9º | 1% | 0.3% | - |
| HSV(B) | 44.9º | 1% | 0.59% | - |
| XYZ | 18.67 | 18.39 | 2.57 | - |
| YUV | 111.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 0 | 0 | 0.25 | 1 | 0.41 | 44.9 | 1 | 0.3 |
| Hex | 97 | 71 | 0 | 0 | 19 | 64 | 29 | 2D | 64 | 1E |
| Octal | 227 | 161 | 0 | 0 | 31 | 144 | 51 | 55 | 144 | 36 |
| Binary | 10010111 | 1110001 | 0 | 0 | 11001 | 1100100 | 101001 | 101101 | 1100100 | 11110 |
Color Harmonies of #977100
Complementary color
Monochromatic Colors of #977100
Black with #977100
Text Example
Text Example
White with #977100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977100; }
p { color: rgb(151,113,0); }
H1.HeaderClassName
{
color: #977100;
}
.AnyTagClassName
{
color: #977100;
}
</style>
background-color css
<style>
a { background-color: #977100; }
a { background-color: rgb(151,113,0); }
div.DivClassName
{
background-color: #977100;
}
.BgClassName
{
background-color: #977100;
}
</style>
border-color css
<style>
span { border-color: #977100; }
span { border-color: rgb(151,113,0); }
td.TdClassName
{
border-color: #977100;
}
.TagClassName
{
border-color: #977100;
}
</style>