Shades of Golden Brown #976C09
Tints of Golden Brown #976C09
RGB
CMYK
RGB Variations
Color information
#976C09 (or 0x976C09) is known color: Golden Brown. HEX triplet: 97, 6C and 09. RGB value is (151,108,9). Sum of RGB (Red+Green+Blue) = 151+108+9=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #976C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976C09 is #6893F6. Grayscale: #6E6E6E. Windows color (decimal): -6853623 or 617623. OLE color: 617623.
HSL color Cylindrical-coordinate representation of color #976C09: hue angle of 41.83º 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 #976C09 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 108 | 9 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.41 |
| HSL | 41.83º | 0.89% | 0.31% | - |
| HSV(B) | 41.83º | 0.94% | 0.59% | - |
| XYZ | 18.17 | 17.32 | 2.64 | - |
| YUV | 109.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 9 | 0 | 0.28 | 0.94 | 0.41 | 41.83 | 0.89 | 0.31 |
| Hex | 97 | 6C | 9 | 0 | 1C | 5E | 29 | 2A | 59 | 1F |
| Octal | 227 | 154 | 11 | 0 | 34 | 136 | 51 | 52 | 131 | 37 |
| Binary | 10010111 | 1101100 | 1001 | 0 | 11100 | 1011110 | 101001 | 101010 | 1011001 | 11111 |
Color Harmonies of #976C09
Complementary color
Monochromatic Colors of #976C09
Black with #976C09
Text Example
Text Example
White with #976C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976C09; }
p { color: rgb(151,108,9); }
H1.HeaderClassName
{
color: #976C09;
}
.AnyTagClassName
{
color: #976C09;
}
</style>
background-color css
<style>
a { background-color: #976C09; }
a { background-color: rgb(151,108,9); }
div.DivClassName
{
background-color: #976C09;
}
.BgClassName
{
background-color: #976C09;
}
</style>
border-color css
<style>
span { border-color: #976C09; }
span { border-color: rgb(151,108,9); }
td.TdClassName
{
border-color: #976C09;
}
.TagClassName
{
border-color: #976C09;
}
</style>