Shades of Golden Brown #976920
Tints of Golden Brown #976920
RGB
CMYK
RGB Variations
Color information
#976920 (or 0x976920) is known color: Golden Brown. HEX triplet: 97, 69 and 20. RGB value is (151,105,32). Sum of RGB (Red+Green+Blue) = 151+105+32=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #976920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976920 is #6896DF. Grayscale: #6E6E6E. Windows color (decimal): -6854368 or 2124183. OLE color: 2124183.
HSL color Cylindrical-coordinate representation of color #976920: hue angle of 36.81º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #976920 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 105 | 32 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.41 |
| HSL | 36.81º | 0.65% | 0.36% | - |
| HSV(B) | 36.81º | 0.79% | 0.59% | - |
| XYZ | 18.07 | 16.79 | 3.65 | - |
| YUV | 110.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 32 | 0 | 0.30 | 0.79 | 0.41 | 36.81 | 0.65 | 0.36 |
| Hex | 97 | 69 | 20 | 0 | 1E | 4F | 29 | 25 | 41 | 24 |
| Octal | 227 | 151 | 40 | 0 | 36 | 117 | 51 | 45 | 101 | 44 |
| Binary | 10010111 | 1101001 | 100000 | 0 | 11110 | 1001111 | 101001 | 100101 | 1000001 | 100100 |
Color Harmonies of #976920
Complementary color
Monochromatic Colors of #976920
Black with #976920
Text Example
Text Example
White with #976920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976920; }
p { color: rgb(151,105,32); }
H1.HeaderClassName
{
color: #976920;
}
.AnyTagClassName
{
color: #976920;
}
</style>
background-color css
<style>
a { background-color: #976920; }
a { background-color: rgb(151,105,32); }
div.DivClassName
{
background-color: #976920;
}
.BgClassName
{
background-color: #976920;
}
</style>
border-color css
<style>
span { border-color: #976920; }
span { border-color: rgb(151,105,32); }
td.TdClassName
{
border-color: #976920;
}
.TagClassName
{
border-color: #976920;
}
</style>