Shades of Golden Brown #976A0D
Tints of Golden Brown #976A0D
RGB
CMYK
RGB Variations
Color information
#976A0D (or 0x976A0D) is known color: Golden Brown. HEX triplet: 97, 6A and 0D. RGB value is (151,106,13). Sum of RGB (Red+Green+Blue) = 151+106+13=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #976A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976A0D is #6895F2. Grayscale: #6D6D6D. Windows color (decimal): -6854131 or 879255. OLE color: 879255.
HSL color Cylindrical-coordinate representation of color #976A0D: hue angle of 40.43º 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 #976A0D is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 106 | 13 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.41 |
| HSL | 40.43º | 0.84% | 0.32% | - |
| HSV(B) | 40.43º | 0.91% | 0.59% | - |
| XYZ | 17.99 | 16.92 | 2.7 | - |
| YUV | 108.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 13 | 0 | 0.30 | 0.91 | 0.41 | 40.43 | 0.84 | 0.32 |
| Hex | 97 | 6A | D | 0 | 1E | 5B | 29 | 28 | 54 | 20 |
| Octal | 227 | 152 | 15 | 0 | 36 | 133 | 51 | 50 | 124 | 40 |
| Binary | 10010111 | 1101010 | 1101 | 0 | 11110 | 1011011 | 101001 | 101000 | 1010100 | 100000 |
Color Harmonies of #976A0D
Complementary color
Monochromatic Colors of #976A0D
Black with #976A0D
Text Example
Text Example
White with #976A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976A0D; }
p { color: rgb(151,106,13); }
H1.HeaderClassName
{
color: #976A0D;
}
.AnyTagClassName
{
color: #976A0D;
}
</style>
background-color css
<style>
a { background-color: #976A0D; }
a { background-color: rgb(151,106,13); }
div.DivClassName
{
background-color: #976A0D;
}
.BgClassName
{
background-color: #976A0D;
}
</style>
border-color css
<style>
span { border-color: #976A0D; }
span { border-color: rgb(151,106,13); }
td.TdClassName
{
border-color: #976A0D;
}
.TagClassName
{
border-color: #976A0D;
}
</style>