Shades of Golden Brown #956610
Tints of Golden Brown #956610
RGB
CMYK
RGB Variations
Color information
#956610 (or 0x956610) is known color: Golden Brown. HEX triplet: 95, 66 and 10. RGB value is (149,102,16). Sum of RGB (Red+Green+Blue) = 149+102+16=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #956610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956610 is #6A99EF. Grayscale: #6A6A6A. Windows color (decimal): -6986224 or 1074837. OLE color: 1074837.
HSL color Cylindrical-coordinate representation of color #956610: hue angle of 38.8º 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 #956610 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 16 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.42 |
| HSL | 38.8º | 0.81% | 0.32% | - |
| HSV(B) | 38.8º | 0.89% | 0.58% | - |
| XYZ | 17.24 | 15.93 | 2.66 | - |
| YUV | 106.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 16 | 0 | 0.32 | 0.89 | 0.42 | 38.8 | 0.81 | 0.32 |
| Hex | 95 | 66 | 10 | 0 | 20 | 59 | 2A | 27 | 51 | 20 |
| Octal | 225 | 146 | 20 | 0 | 40 | 131 | 52 | 47 | 121 | 40 |
| Binary | 10010101 | 1100110 | 10000 | 0 | 100000 | 1011001 | 101010 | 100111 | 1010001 | 100000 |
Color Harmonies of #956610
Complementary color
Monochromatic Colors of #956610
Black with #956610
Text Example
Text Example
White with #956610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956610; }
p { color: rgb(149,102,16); }
H1.HeaderClassName
{
color: #956610;
}
.AnyTagClassName
{
color: #956610;
}
</style>
background-color css
<style>
a { background-color: #956610; }
a { background-color: rgb(149,102,16); }
div.DivClassName
{
background-color: #956610;
}
.BgClassName
{
background-color: #956610;
}
</style>
border-color css
<style>
span { border-color: #956610; }
span { border-color: rgb(149,102,16); }
td.TdClassName
{
border-color: #956610;
}
.TagClassName
{
border-color: #956610;
}
</style>