Shades of Golden Brown #976D0D
Tints of Golden Brown #976D0D
RGB
CMYK
RGB Variations
Color information
#976D0D (or 0x976D0D) is known color: Golden Brown. HEX triplet: 97, 6D and 0D. RGB value is (151,109,13). Sum of RGB (Red+Green+Blue) = 151+109+13=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #976D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976D0D is #6892F2. Grayscale: #6F6F6F. Windows color (decimal): -6853363 or 880023. OLE color: 880023.
HSL color Cylindrical-coordinate representation of color #976D0D: hue angle of 41.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #976D0D is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 13 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.41 |
| HSL | 41.74º | 0.84% | 0.32% | - |
| HSV(B) | 41.74º | 0.91% | 0.59% | - |
| XYZ | 18.3 | 17.55 | 2.8 | - |
| YUV | 110.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 13 | 0 | 0.28 | 0.91 | 0.41 | 41.74 | 0.84 | 0.32 |
| Hex | 97 | 6D | D | 0 | 1C | 5B | 29 | 2A | 54 | 20 |
| Octal | 227 | 155 | 15 | 0 | 34 | 133 | 51 | 52 | 124 | 40 |
| Binary | 10010111 | 1101101 | 1101 | 0 | 11100 | 1011011 | 101001 | 101010 | 1010100 | 100000 |
Color Harmonies of #976D0D
Complementary color
Monochromatic Colors of #976D0D
Black with #976D0D
Text Example
Text Example
White with #976D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D0D; }
p { color: rgb(151,109,13); }
H1.HeaderClassName
{
color: #976D0D;
}
.AnyTagClassName
{
color: #976D0D;
}
</style>
background-color css
<style>
a { background-color: #976D0D; }
a { background-color: rgb(151,109,13); }
div.DivClassName
{
background-color: #976D0D;
}
.BgClassName
{
background-color: #976D0D;
}
</style>
border-color css
<style>
span { border-color: #976D0D; }
span { border-color: rgb(151,109,13); }
td.TdClassName
{
border-color: #976D0D;
}
.TagClassName
{
border-color: #976D0D;
}
</style>