Shades of Golden Brown #976A09
Tints of Golden Brown #976A09
RGB
CMYK
RGB Variations
Color information
#976A09 (or 0x976A09) is known color: Golden Brown. HEX triplet: 97, 6A and 09. RGB value is (151,106,9). Sum of RGB (Red+Green+Blue) = 151+106+9=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #976A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976A09 is #6895F6. Grayscale: #6C6C6C. Windows color (decimal): -6854135 or 617111. OLE color: 617111.
HSL color Cylindrical-coordinate representation of color #976A09: hue angle of 40.99º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #976A09 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 106 | 9 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.41 |
| HSL | 40.99º | 0.89% | 0.31% | - |
| HSV(B) | 40.99º | 0.94% | 0.59% | - |
| XYZ | 17.97 | 16.91 | 2.57 | - |
| YUV | 108.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 9 | 0 | 0.30 | 0.94 | 0.41 | 40.99 | 0.89 | 0.31 |
| Hex | 97 | 6A | 9 | 0 | 1E | 5E | 29 | 29 | 59 | 1F |
| Octal | 227 | 152 | 11 | 0 | 36 | 136 | 51 | 51 | 131 | 37 |
| Binary | 10010111 | 1101010 | 1001 | 0 | 11110 | 1011110 | 101001 | 101001 | 1011001 | 11111 |
Color Harmonies of #976A09
Complementary color
Monochromatic Colors of #976A09
Black with #976A09
Text Example
Text Example
White with #976A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976A09; }
p { color: rgb(151,106,9); }
H1.HeaderClassName
{
color: #976A09;
}
.AnyTagClassName
{
color: #976A09;
}
</style>
background-color css
<style>
a { background-color: #976A09; }
a { background-color: rgb(151,106,9); }
div.DivClassName
{
background-color: #976A09;
}
.BgClassName
{
background-color: #976A09;
}
</style>
border-color css
<style>
span { border-color: #976A09; }
span { border-color: rgb(151,106,9); }
td.TdClassName
{
border-color: #976A09;
}
.TagClassName
{
border-color: #976A09;
}
</style>