Shades of Golden Brown #956C20
Tints of Golden Brown #956C20
RGB
CMYK
RGB Variations
Color information
#956C20 (or 0x956C20) is known color: Golden Brown. HEX triplet: 95, 6C and 20. RGB value is (149,108,32). Sum of RGB (Red+Green+Blue) = 149+108+32=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #956C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C20 is #6A93DF. Grayscale: #6F6F6F. Windows color (decimal): -6984672 or 2124949. OLE color: 2124949.
HSL color Cylindrical-coordinate representation of color #956C20: hue angle of 38.97º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #956C20 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 32 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.42 |
| HSL | 38.97º | 0.65% | 0.35% | - |
| HSV(B) | 38.97º | 0.79% | 0.58% | - |
| XYZ | 18.02 | 17.22 | 3.74 | - |
| YUV | 111.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 32 | 0 | 0.28 | 0.79 | 0.42 | 38.97 | 0.65 | 0.35 |
| Hex | 95 | 6C | 20 | 0 | 1C | 4F | 2A | 27 | 41 | 23 |
| Octal | 225 | 154 | 40 | 0 | 34 | 117 | 52 | 47 | 101 | 43 |
| Binary | 10010101 | 1101100 | 100000 | 0 | 11100 | 1001111 | 101010 | 100111 | 1000001 | 100011 |
Color Harmonies of #956C20
Complementary color
Monochromatic Colors of #956C20
Black with #956C20
Text Example
Text Example
White with #956C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C20; }
p { color: rgb(149,108,32); }
H1.HeaderClassName
{
color: #956C20;
}
.AnyTagClassName
{
color: #956C20;
}
</style>
background-color css
<style>
a { background-color: #956C20; }
a { background-color: rgb(149,108,32); }
div.DivClassName
{
background-color: #956C20;
}
.BgClassName
{
background-color: #956C20;
}
</style>
border-color css
<style>
span { border-color: #956C20; }
span { border-color: rgb(149,108,32); }
td.TdClassName
{
border-color: #956C20;
}
.TagClassName
{
border-color: #956C20;
}
</style>