Shades of Golden Brown #956210
Tints of Golden Brown #956210
RGB
CMYK
RGB Variations
Color information
#956210 (or 0x956210) is known color: Golden Brown. HEX triplet: 95, 62 and 10. RGB value is (149,98,16). Sum of RGB (Red+Green+Blue) = 149+98+16=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956210 is #6A9DEF. Grayscale: #686868. Windows color (decimal): -6987248 or 1073813. OLE color: 1073813.
HSL color Cylindrical-coordinate representation of color #956210: hue angle of 36.99º 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 #956210 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 16 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.42 |
| HSL | 36.99º | 0.81% | 0.32% | - |
| HSV(B) | 36.99º | 0.89% | 0.58% | - |
| XYZ | 16.86 | 15.16 | 2.53 | - |
| YUV | 103.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 16 | 0 | 0.34 | 0.89 | 0.42 | 36.99 | 0.81 | 0.32 |
| Hex | 95 | 62 | 10 | 0 | 22 | 59 | 2A | 25 | 51 | 20 |
| Octal | 225 | 142 | 20 | 0 | 42 | 131 | 52 | 45 | 121 | 40 |
| Binary | 10010101 | 1100010 | 10000 | 0 | 100010 | 1011001 | 101010 | 100101 | 1010001 | 100000 |
Color Harmonies of #956210
Complementary color
Monochromatic Colors of #956210
Black with #956210
Text Example
Text Example
White with #956210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956210; }
p { color: rgb(149,98,16); }
H1.HeaderClassName
{
color: #956210;
}
.AnyTagClassName
{
color: #956210;
}
</style>
background-color css
<style>
a { background-color: #956210; }
a { background-color: rgb(149,98,16); }
div.DivClassName
{
background-color: #956210;
}
.BgClassName
{
background-color: #956210;
}
</style>
border-color css
<style>
span { border-color: #956210; }
span { border-color: rgb(149,98,16); }
td.TdClassName
{
border-color: #956210;
}
.TagClassName
{
border-color: #956210;
}
</style>