Shades of Golden Brown #965910
Tints of Golden Brown #965910
RGB
CMYK
RGB Variations
Color information
#965910 (or 0x965910) is known color: Golden Brown. HEX triplet: 96, 59 and 10. RGB value is (150,89,16). Sum of RGB (Red+Green+Blue) = 150+89+16=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965910 is #69A6EF. Grayscale: #636363. Windows color (decimal): -6924016 or 1071510. OLE color: 1071510.
HSL color Cylindrical-coordinate representation of color #965910: hue angle of 32.69º degrees, saturation: 0.81, 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 #965910 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 16 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.41 |
| HSL | 32.69º | 0.81% | 0.33% | - |
| HSV(B) | 32.69º | 0.89% | 0.59% | - |
| XYZ | 16.24 | 13.67 | 2.27 | - |
| YUV | 98.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 16 | 0 | 0.41 | 0.89 | 0.41 | 32.69 | 0.81 | 0.33 |
| Hex | 96 | 59 | 10 | 0 | 29 | 59 | 29 | 21 | 51 | 21 |
| Octal | 226 | 131 | 20 | 0 | 51 | 131 | 51 | 41 | 121 | 41 |
| Binary | 10010110 | 1011001 | 10000 | 0 | 101001 | 1011001 | 101001 | 100001 | 1010001 | 100001 |
Color Harmonies of #965910
Complementary color
Monochromatic Colors of #965910
Black with #965910
Text Example
Text Example
White with #965910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965910; }
p { color: rgb(150,89,16); }
H1.HeaderClassName
{
color: #965910;
}
.AnyTagClassName
{
color: #965910;
}
</style>
background-color css
<style>
a { background-color: #965910; }
a { background-color: rgb(150,89,16); }
div.DivClassName
{
background-color: #965910;
}
.BgClassName
{
background-color: #965910;
}
</style>
border-color css
<style>
span { border-color: #965910; }
span { border-color: rgb(150,89,16); }
td.TdClassName
{
border-color: #965910;
}
.TagClassName
{
border-color: #965910;
}
</style>