Shades of Golden Brown #956C18
Tints of Golden Brown #956C18
RGB
CMYK
RGB Variations
Color information
#956C18 (or 0x956C18) is known color: Golden Brown. HEX triplet: 95, 6C and 18. RGB value is (149,108,24). Sum of RGB (Red+Green+Blue) = 149+108+24=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #956C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C18 is #6A93E7. Grayscale: #6F6F6F. Windows color (decimal): -6984680 or 1600661. OLE color: 1600661.
HSL color Cylindrical-coordinate representation of color #956C18: hue angle of 40.32º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #956C18 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 24 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.42 |
| HSL | 40.32º | 0.72% | 0.34% | - |
| HSV(B) | 40.32º | 0.84% | 0.58% | - |
| XYZ | 17.92 | 17.18 | 3.24 | - |
| YUV | 110.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 24 | 0 | 0.28 | 0.84 | 0.42 | 40.32 | 0.72 | 0.34 |
| Hex | 95 | 6C | 18 | 0 | 1C | 54 | 2A | 28 | 48 | 22 |
| Octal | 225 | 154 | 30 | 0 | 34 | 124 | 52 | 50 | 110 | 42 |
| Binary | 10010101 | 1101100 | 11000 | 0 | 11100 | 1010100 | 101010 | 101000 | 1001000 | 100010 |
Color Harmonies of #956C18
Complementary color
Monochromatic Colors of #956C18
Black with #956C18
Text Example
Text Example
White with #956C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C18; }
p { color: rgb(149,108,24); }
H1.HeaderClassName
{
color: #956C18;
}
.AnyTagClassName
{
color: #956C18;
}
</style>
background-color css
<style>
a { background-color: #956C18; }
a { background-color: rgb(149,108,24); }
div.DivClassName
{
background-color: #956C18;
}
.BgClassName
{
background-color: #956C18;
}
</style>
border-color css
<style>
span { border-color: #956C18; }
span { border-color: rgb(149,108,24); }
td.TdClassName
{
border-color: #956C18;
}
.TagClassName
{
border-color: #956C18;
}
</style>