Shades of Golden Brown #956D16
Tints of Golden Brown #956D16
RGB
CMYK
RGB Variations
Color information
#956D16 (or 0x956D16) is known color: Golden Brown. HEX triplet: 95, 6D and 16. RGB value is (149,109,22). Sum of RGB (Red+Green+Blue) = 149+109+22=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #956D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956D16 is #6A92E9. Grayscale: #6F6F6F. Windows color (decimal): -6984426 or 1469845. OLE color: 1469845.
HSL color Cylindrical-coordinate representation of color #956D16: hue angle of 41.1º 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 #956D16 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 22 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.42 |
| HSL | 41.1º | 0.74% | 0.34% | - |
| HSV(B) | 41.1º | 0.85% | 0.58% | - |
| XYZ | 18.01 | 17.38 | 3.17 | - |
| YUV | 111.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 22 | 0 | 0.27 | 0.85 | 0.42 | 41.1 | 0.74 | 0.34 |
| Hex | 95 | 6D | 16 | 0 | 1B | 55 | 2A | 29 | 4A | 22 |
| Octal | 225 | 155 | 26 | 0 | 33 | 125 | 52 | 51 | 112 | 42 |
| Binary | 10010101 | 1101101 | 10110 | 0 | 11011 | 1010101 | 101010 | 101001 | 1001010 | 100010 |
Color Harmonies of #956D16
Complementary color
Monochromatic Colors of #956D16
Black with #956D16
Text Example
Text Example
White with #956D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D16; }
p { color: rgb(149,109,22); }
H1.HeaderClassName
{
color: #956D16;
}
.AnyTagClassName
{
color: #956D16;
}
</style>
background-color css
<style>
a { background-color: #956D16; }
a { background-color: rgb(149,109,22); }
div.DivClassName
{
background-color: #956D16;
}
.BgClassName
{
background-color: #956D16;
}
</style>
border-color css
<style>
span { border-color: #956D16; }
span { border-color: rgb(149,109,22); }
td.TdClassName
{
border-color: #956D16;
}
.TagClassName
{
border-color: #956D16;
}
</style>