Shades of Golden Brown #976F19
Tints of Golden Brown #976F19
RGB
CMYK
RGB Variations
Color information
#976F19 (or 0x976F19) is known color: Golden Brown. HEX triplet: 97, 6F and 19. RGB value is (151,111,25). Sum of RGB (Red+Green+Blue) = 151+111+25=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #976F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F19 is #6890E6. Grayscale: #717171. Windows color (decimal): -6852839 or 1666967. OLE color: 1666967.
HSL color Cylindrical-coordinate representation of color #976F19: hue angle of 40.95º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #976F19 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 111 | 25 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.41 |
| HSL | 40.95º | 0.72% | 0.35% | - |
| HSV(B) | 40.95º | 0.83% | 0.59% | - |
| XYZ | 18.62 | 18.02 | 3.42 | - |
| YUV | 113.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 25 | 0 | 0.26 | 0.83 | 0.41 | 40.95 | 0.72 | 0.35 |
| Hex | 97 | 6F | 19 | 0 | 1A | 53 | 29 | 29 | 48 | 23 |
| Octal | 227 | 157 | 31 | 0 | 32 | 123 | 51 | 51 | 110 | 43 |
| Binary | 10010111 | 1101111 | 11001 | 0 | 11010 | 1010011 | 101001 | 101001 | 1001000 | 100011 |
Color Harmonies of #976F19
Complementary color
Monochromatic Colors of #976F19
Black with #976F19
Text Example
Text Example
White with #976F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976F19; }
p { color: rgb(151,111,25); }
H1.HeaderClassName
{
color: #976F19;
}
.AnyTagClassName
{
color: #976F19;
}
</style>
background-color css
<style>
a { background-color: #976F19; }
a { background-color: rgb(151,111,25); }
div.DivClassName
{
background-color: #976F19;
}
.BgClassName
{
background-color: #976F19;
}
</style>
border-color css
<style>
span { border-color: #976F19; }
span { border-color: rgb(151,111,25); }
td.TdClassName
{
border-color: #976F19;
}
.TagClassName
{
border-color: #976F19;
}
</style>