Shades of Golden Brown #956D13
Tints of Golden Brown #956D13
RGB
CMYK
RGB Variations
Color information
#956D13 (or 0x956D13) is known color: Golden Brown. HEX triplet: 95, 6D and 13. RGB value is (149,109,19). Sum of RGB (Red+Green+Blue) = 149+109+19=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #956D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956D13 is #6A92EC. Grayscale: #6F6F6F. Windows color (decimal): -6984429 or 1273237. OLE color: 1273237.
HSL color Cylindrical-coordinate representation of color #956D13: hue angle of 41.54º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #956D13 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 19 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.42 |
| HSL | 41.54º | 0.77% | 0.33% | - |
| HSV(B) | 41.54º | 0.87% | 0.58% | - |
| XYZ | 17.98 | 17.37 | 3.02 | - |
| YUV | 110.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 19 | 0 | 0.27 | 0.87 | 0.42 | 41.54 | 0.77 | 0.33 |
| Hex | 95 | 6D | 13 | 0 | 1B | 57 | 2A | 2A | 4D | 21 |
| Octal | 225 | 155 | 23 | 0 | 33 | 127 | 52 | 52 | 115 | 41 |
| Binary | 10010101 | 1101101 | 10011 | 0 | 11011 | 1010111 | 101010 | 101010 | 1001101 | 100001 |
Color Harmonies of #956D13
Complementary color
Monochromatic Colors of #956D13
Black with #956D13
Text Example
Text Example
White with #956D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D13; }
p { color: rgb(149,109,19); }
H1.HeaderClassName
{
color: #956D13;
}
.AnyTagClassName
{
color: #956D13;
}
</style>
background-color css
<style>
a { background-color: #956D13; }
a { background-color: rgb(149,109,19); }
div.DivClassName
{
background-color: #956D13;
}
.BgClassName
{
background-color: #956D13;
}
</style>
border-color css
<style>
span { border-color: #956D13; }
span { border-color: rgb(149,109,19); }
td.TdClassName
{
border-color: #956D13;
}
.TagClassName
{
border-color: #956D13;
}
</style>