Shades of Golden Brown #975911
Tints of Golden Brown #975911
RGB
CMYK
RGB Variations
Color information
#975911 (or 0x975911) is known color: Golden Brown. HEX triplet: 97, 59 and 11. RGB value is (151,89,17). Sum of RGB (Red+Green+Blue) = 151+89+17=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #975911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975911 is #68A6EE. Grayscale: #636363. Windows color (decimal): -6858479 or 1137047. OLE color: 1137047.
HSL color Cylindrical-coordinate representation of color #975911: hue angle of 32.24º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #975911 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 89 | 17 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.41 |
| HSL | 32.24º | 0.8% | 0.33% | - |
| HSV(B) | 32.24º | 0.89% | 0.59% | - |
| XYZ | 16.44 | 13.76 | 2.32 | - |
| YUV | 99.33 | 81.54 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 17 | 0 | 0.41 | 0.89 | 0.41 | 32.24 | 0.8 | 0.33 |
| Hex | 97 | 59 | 11 | 0 | 29 | 59 | 29 | 20 | 50 | 21 |
| Octal | 227 | 131 | 21 | 0 | 51 | 131 | 51 | 40 | 120 | 41 |
| Binary | 10010111 | 1011001 | 10001 | 0 | 101001 | 1011001 | 101001 | 100000 | 1010000 | 100001 |
Color Harmonies of #975911
Complementary color
Monochromatic Colors of #975911
Black with #975911
Text Example
Text Example
White with #975911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975911; }
p { color: rgb(151,89,17); }
H1.HeaderClassName
{
color: #975911;
}
.AnyTagClassName
{
color: #975911;
}
</style>
background-color css
<style>
a { background-color: #975911; }
a { background-color: rgb(151,89,17); }
div.DivClassName
{
background-color: #975911;
}
.BgClassName
{
background-color: #975911;
}
</style>
border-color css
<style>
span { border-color: #975911; }
span { border-color: rgb(151,89,17); }
td.TdClassName
{
border-color: #975911;
}
.TagClassName
{
border-color: #975911;
}
</style>