Shades of Golden Brown #956C17
Tints of Golden Brown #956C17
RGB
CMYK
RGB Variations
Color information
#956C17 (or 0x956C17) is known color: Golden Brown. HEX triplet: 95, 6C and 17. RGB value is (149,108,23). Sum of RGB (Red+Green+Blue) = 149+108+23=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #956C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C17 is #6A93E8. Grayscale: #6E6E6E. Windows color (decimal): -6984681 or 1535125. OLE color: 1535125.
HSL color Cylindrical-coordinate representation of color #956C17: hue angle of 40.48º degrees, saturation: 0.73, 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 #956C17 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 23 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.42 |
| HSL | 40.48º | 0.73% | 0.34% | - |
| HSV(B) | 40.48º | 0.85% | 0.58% | - |
| XYZ | 17.91 | 17.18 | 3.18 | - |
| YUV | 110.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 23 | 0 | 0.28 | 0.85 | 0.42 | 40.48 | 0.73 | 0.34 |
| Hex | 95 | 6C | 17 | 0 | 1C | 55 | 2A | 28 | 49 | 22 |
| Octal | 225 | 154 | 27 | 0 | 34 | 125 | 52 | 50 | 111 | 42 |
| Binary | 10010101 | 1101100 | 10111 | 0 | 11100 | 1010101 | 101010 | 101000 | 1001001 | 100010 |
Color Harmonies of #956C17
Complementary color
Monochromatic Colors of #956C17
Black with #956C17
Text Example
Text Example
White with #956C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C17; }
p { color: rgb(149,108,23); }
H1.HeaderClassName
{
color: #956C17;
}
.AnyTagClassName
{
color: #956C17;
}
</style>
background-color css
<style>
a { background-color: #956C17; }
a { background-color: rgb(149,108,23); }
div.DivClassName
{
background-color: #956C17;
}
.BgClassName
{
background-color: #956C17;
}
</style>
border-color css
<style>
span { border-color: #956C17; }
span { border-color: rgb(149,108,23); }
td.TdClassName
{
border-color: #956C17;
}
.TagClassName
{
border-color: #956C17;
}
</style>