Shades of Golden Brown #976D1F
Tints of Golden Brown #976D1F
RGB
CMYK
RGB Variations
Color information
#976D1F (or 0x976D1F) is known color: Golden Brown. HEX triplet: 97, 6D and 1F. RGB value is (151,109,31). Sum of RGB (Red+Green+Blue) = 151+109+31=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #976D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D1F is #6892E0. Grayscale: #717171. Windows color (decimal): -6853345 or 2059671. OLE color: 2059671.
HSL color Cylindrical-coordinate representation of color #976D1F: hue angle of 39º degrees, saturation: 0.66, 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 #976D1F is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 31 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.41 |
| HSL | 39º | 0.66% | 0.36% | - |
| HSV(B) | 39º | 0.79% | 0.59% | - |
| XYZ | 18.48 | 17.62 | 3.72 | - |
| YUV | 112.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 31 | 0 | 0.28 | 0.79 | 0.41 | 39 | 0.66 | 0.36 |
| Hex | 97 | 6D | 1F | 0 | 1C | 4F | 29 | 27 | 42 | 24 |
| Octal | 227 | 155 | 37 | 0 | 34 | 117 | 51 | 47 | 102 | 44 |
| Binary | 10010111 | 1101101 | 11111 | 0 | 11100 | 1001111 | 101001 | 100111 | 1000010 | 100100 |
Color Harmonies of #976D1F
Complementary color
Monochromatic Colors of #976D1F
Black with #976D1F
Text Example
Text Example
White with #976D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D1F; }
p { color: rgb(151,109,31); }
H1.HeaderClassName
{
color: #976D1F;
}
.AnyTagClassName
{
color: #976D1F;
}
</style>
background-color css
<style>
a { background-color: #976D1F; }
a { background-color: rgb(151,109,31); }
div.DivClassName
{
background-color: #976D1F;
}
.BgClassName
{
background-color: #976D1F;
}
</style>
border-color css
<style>
span { border-color: #976D1F; }
span { border-color: rgb(151,109,31); }
td.TdClassName
{
border-color: #976D1F;
}
.TagClassName
{
border-color: #976D1F;
}
</style>