Shades of Golden Brown #976F17
Tints of Golden Brown #976F17
RGB
CMYK
RGB Variations
Color information
#976F17 (or 0x976F17) is known color: Golden Brown. HEX triplet: 97, 6F and 17. RGB value is (151,111,23). Sum of RGB (Red+Green+Blue) = 151+111+23=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #976F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F17 is #6890E8. Grayscale: #717171. Windows color (decimal): -6852841 or 1535895. OLE color: 1535895.
HSL color Cylindrical-coordinate representation of color #976F17: hue angle of 41.25º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #976F17 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 111 | 23 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.41 |
| HSL | 41.25º | 0.74% | 0.34% | - |
| HSV(B) | 41.25º | 0.85% | 0.59% | - |
| XYZ | 18.6 | 18.01 | 3.31 | - |
| YUV | 112.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 23 | 0 | 0.26 | 0.85 | 0.41 | 41.25 | 0.74 | 0.34 |
| Hex | 97 | 6F | 17 | 0 | 1A | 55 | 29 | 29 | 4A | 22 |
| Octal | 227 | 157 | 27 | 0 | 32 | 125 | 51 | 51 | 112 | 42 |
| Binary | 10010111 | 1101111 | 10111 | 0 | 11010 | 1010101 | 101001 | 101001 | 1001010 | 100010 |
Color Harmonies of #976F17
Complementary color
Monochromatic Colors of #976F17
Black with #976F17
Text Example
Text Example
White with #976F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976F17; }
p { color: rgb(151,111,23); }
H1.HeaderClassName
{
color: #976F17;
}
.AnyTagClassName
{
color: #976F17;
}
</style>
background-color css
<style>
a { background-color: #976F17; }
a { background-color: rgb(151,111,23); }
div.DivClassName
{
background-color: #976F17;
}
.BgClassName
{
background-color: #976F17;
}
</style>
border-color css
<style>
span { border-color: #976F17; }
span { border-color: rgb(151,111,23); }
td.TdClassName
{
border-color: #976F17;
}
.TagClassName
{
border-color: #976F17;
}
</style>