Shades of Golden Brown #956F18
Tints of Golden Brown #956F18
RGB
CMYK
RGB Variations
Color information
#956F18 (or 0x956F18) is known color: Golden Brown. HEX triplet: 95, 6F and 18. RGB value is (149,111,24). Sum of RGB (Red+Green+Blue) = 149+111+24=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #956F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F18 is #6A90E7. Grayscale: #707070. Windows color (decimal): -6983912 or 1601429. OLE color: 1601429.
HSL color Cylindrical-coordinate representation of color #956F18: hue angle of 41.76º 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 #956F18 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 24 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.42 |
| HSL | 41.76º | 0.72% | 0.34% | - |
| HSV(B) | 41.76º | 0.84% | 0.58% | - |
| XYZ | 18.24 | 17.82 | 3.34 | - |
| YUV | 112.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 24 | 0 | 0.26 | 0.84 | 0.42 | 41.76 | 0.72 | 0.34 |
| Hex | 95 | 6F | 18 | 0 | 1A | 54 | 2A | 2A | 48 | 22 |
| Octal | 225 | 157 | 30 | 0 | 32 | 124 | 52 | 52 | 110 | 42 |
| Binary | 10010101 | 1101111 | 11000 | 0 | 11010 | 1010100 | 101010 | 101010 | 1001000 | 100010 |
Color Harmonies of #956F18
Complementary color
Monochromatic Colors of #956F18
Black with #956F18
Text Example
Text Example
White with #956F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F18; }
p { color: rgb(149,111,24); }
H1.HeaderClassName
{
color: #956F18;
}
.AnyTagClassName
{
color: #956F18;
}
</style>
background-color css
<style>
a { background-color: #956F18; }
a { background-color: rgb(149,111,24); }
div.DivClassName
{
background-color: #956F18;
}
.BgClassName
{
background-color: #956F18;
}
</style>
border-color css
<style>
span { border-color: #956F18; }
span { border-color: rgb(149,111,24); }
td.TdClassName
{
border-color: #956F18;
}
.TagClassName
{
border-color: #956F18;
}
</style>