Shades of Leather #936E55
Tints of Leather #936E55
RGB
CMYK
RGB Variations
Color information
#936E55 (or 0x936E55) is known color: Leather. HEX triplet: 93, 6E and 55. RGB value is (147,110,85). Sum of RGB (Red+Green+Blue) = 147+110+85=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #936E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E55 is #6C91AA. Grayscale: #767676. Windows color (decimal): -7115179 or 5598867. OLE color: 5598867.
HSL color Cylindrical-coordinate representation of color #936E55: hue angle of 24.19º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #936E55 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 110 | 85 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.42 |
| HSL | 24.19º | 0.27% | 0.45% | - |
| HSV(B) | 24.19º | 0.42% | 0.58% | - |
| XYZ | 19.25 | 18.01 | 11.06 | - |
| YUV | 118.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 85 | 0 | 0.25 | 0.42 | 0.42 | 24.19 | 0.27 | 0.45 |
| Hex | 93 | 6E | 55 | 0 | 19 | 2A | 2A | 18 | 1B | 2D |
| Octal | 223 | 156 | 125 | 0 | 31 | 52 | 52 | 30 | 33 | 55 |
| Binary | 10010011 | 1101110 | 1010101 | 0 | 11001 | 101010 | 101010 | 11000 | 11011 | 101101 |
Color Harmonies of #936E55
Complementary color
Monochromatic Colors of #936E55
Black with #936E55
Text Example
Text Example
White with #936E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936E55; }
p { color: rgb(147,110,85); }
H1.HeaderClassName
{
color: #936E55;
}
.AnyTagClassName
{
color: #936E55;
}
</style>
background-color css
<style>
a { background-color: #936E55; }
a { background-color: rgb(147,110,85); }
div.DivClassName
{
background-color: #936E55;
}
.BgClassName
{
background-color: #936E55;
}
</style>
border-color css
<style>
span { border-color: #936E55; }
span { border-color: rgb(147,110,85); }
td.TdClassName
{
border-color: #936E55;
}
.TagClassName
{
border-color: #936E55;
}
</style>