Shades of Golden Brown #965711
Tints of Golden Brown #965711
RGB
CMYK
RGB Variations
Color information
#965711 (or 0x965711) is known color: Golden Brown. HEX triplet: 96, 57 and 11. RGB value is (150,87,17). Sum of RGB (Red+Green+Blue) = 150+87+17=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #965711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965711 is #69A8EE. Grayscale: #626262. Windows color (decimal): -6924527 or 1136534. OLE color: 1136534.
HSL color Cylindrical-coordinate representation of color #965711: hue angle of 31.58º 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 #965711 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 17 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.41 |
| HSL | 31.58º | 0.8% | 0.33% | - |
| HSV(B) | 31.58º | 0.89% | 0.59% | - |
| XYZ | 16.09 | 13.34 | 2.26 | - |
| YUV | 97.86 | 82.37 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 17 | 0 | 0.42 | 0.89 | 0.41 | 31.58 | 0.8 | 0.33 |
| Hex | 96 | 57 | 11 | 0 | 2A | 59 | 29 | 20 | 50 | 21 |
| Octal | 226 | 127 | 21 | 0 | 52 | 131 | 51 | 40 | 120 | 41 |
| Binary | 10010110 | 1010111 | 10001 | 0 | 101010 | 1011001 | 101001 | 100000 | 1010000 | 100001 |
Color Harmonies of #965711
Complementary color
Monochromatic Colors of #965711
Black with #965711
Text Example
Text Example
White with #965711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965711; }
p { color: rgb(150,87,17); }
H1.HeaderClassName
{
color: #965711;
}
.AnyTagClassName
{
color: #965711;
}
</style>
background-color css
<style>
a { background-color: #965711; }
a { background-color: rgb(150,87,17); }
div.DivClassName
{
background-color: #965711;
}
.BgClassName
{
background-color: #965711;
}
</style>
border-color css
<style>
span { border-color: #965711; }
span { border-color: rgb(150,87,17); }
td.TdClassName
{
border-color: #965711;
}
.TagClassName
{
border-color: #965711;
}
</style>