Shades of Golden Brown #956C16
Tints of Golden Brown #956C16
RGB
CMYK
RGB Variations
Color information
#956C16 (or 0x956C16) is known color: Golden Brown. HEX triplet: 95, 6C and 16. RGB value is (149,108,22). Sum of RGB (Red+Green+Blue) = 149+108+22=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #956C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C16 is #6A93E9. Grayscale: #6E6E6E. Windows color (decimal): -6984682 or 1469589. OLE color: 1469589.
HSL color Cylindrical-coordinate representation of color #956C16: hue angle of 40.63º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #956C16 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 22 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.42 |
| HSL | 40.63º | 0.74% | 0.34% | - |
| HSV(B) | 40.63º | 0.85% | 0.58% | - |
| XYZ | 17.9 | 17.17 | 3.13 | - |
| YUV | 110.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 22 | 0 | 0.28 | 0.85 | 0.42 | 40.63 | 0.74 | 0.34 |
| Hex | 95 | 6C | 16 | 0 | 1C | 55 | 2A | 29 | 4A | 22 |
| Octal | 225 | 154 | 26 | 0 | 34 | 125 | 52 | 51 | 112 | 42 |
| Binary | 10010101 | 1101100 | 10110 | 0 | 11100 | 1010101 | 101010 | 101001 | 1001010 | 100010 |
Color Harmonies of #956C16
Complementary color
Monochromatic Colors of #956C16
Black with #956C16
Text Example
Text Example
White with #956C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C16; }
p { color: rgb(149,108,22); }
H1.HeaderClassName
{
color: #956C16;
}
.AnyTagClassName
{
color: #956C16;
}
</style>
background-color css
<style>
a { background-color: #956C16; }
a { background-color: rgb(149,108,22); }
div.DivClassName
{
background-color: #956C16;
}
.BgClassName
{
background-color: #956C16;
}
</style>
border-color css
<style>
span { border-color: #956C16; }
span { border-color: rgb(149,108,22); }
td.TdClassName
{
border-color: #956C16;
}
.TagClassName
{
border-color: #956C16;
}
</style>