Shades of Golden Brown #956010
Tints of Golden Brown #956010
RGB
CMYK
RGB Variations
Color information
#956010 (or 0x956010) is known color: Golden Brown. HEX triplet: 95, 60 and 10. RGB value is (149,96,16). Sum of RGB (Red+Green+Blue) = 149+96+16=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #956010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956010 is #6A9FEF. Grayscale: #676767. Windows color (decimal): -6987760 or 1073301. OLE color: 1073301.
HSL color Cylindrical-coordinate representation of color #956010: hue angle of 36.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #956010 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 16 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.42 |
| HSL | 36.09º | 0.81% | 0.32% | - |
| HSV(B) | 36.09º | 0.89% | 0.58% | - |
| XYZ | 16.67 | 14.79 | 2.47 | - |
| YUV | 102.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 16 | 0 | 0.36 | 0.89 | 0.42 | 36.09 | 0.81 | 0.32 |
| Hex | 95 | 60 | 10 | 0 | 24 | 59 | 2A | 24 | 51 | 20 |
| Octal | 225 | 140 | 20 | 0 | 44 | 131 | 52 | 44 | 121 | 40 |
| Binary | 10010101 | 1100000 | 10000 | 0 | 100100 | 1011001 | 101010 | 100100 | 1010001 | 100000 |
Color Harmonies of #956010
Complementary color
Monochromatic Colors of #956010
Black with #956010
Text Example
Text Example
White with #956010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956010; }
p { color: rgb(149,96,16); }
H1.HeaderClassName
{
color: #956010;
}
.AnyTagClassName
{
color: #956010;
}
</style>
background-color css
<style>
a { background-color: #956010; }
a { background-color: rgb(149,96,16); }
div.DivClassName
{
background-color: #956010;
}
.BgClassName
{
background-color: #956010;
}
</style>
border-color css
<style>
span { border-color: #956010; }
span { border-color: rgb(149,96,16); }
td.TdClassName
{
border-color: #956010;
}
.TagClassName
{
border-color: #956010;
}
</style>