Shades of Leather #936D54
Tints of Leather #936D54
RGB
CMYK
RGB Variations
Color information
#936D54 (or 0x936D54) is known color: Leather. HEX triplet: 93, 6D and 54. RGB value is (147,109,84). Sum of RGB (Red+Green+Blue) = 147+109+84=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #936D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D54 is #6C92AB. Grayscale: #757575. Windows color (decimal): -7115436 or 5533075. OLE color: 5533075.
HSL color Cylindrical-coordinate representation of color #936D54: hue angle of 23.81º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #936D54 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 84 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.42 |
| HSL | 23.81º | 0.27% | 0.45% | - |
| HSV(B) | 23.81º | 0.43% | 0.58% | - |
| XYZ | 19.1 | 17.78 | 10.81 | - |
| YUV | 117.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 84 | 0 | 0.26 | 0.43 | 0.42 | 23.81 | 0.27 | 0.45 |
| Hex | 93 | 6D | 54 | 0 | 1A | 2B | 2A | 18 | 1B | 2D |
| Octal | 223 | 155 | 124 | 0 | 32 | 53 | 52 | 30 | 33 | 55 |
| Binary | 10010011 | 1101101 | 1010100 | 0 | 11010 | 101011 | 101010 | 11000 | 11011 | 101101 |
Color Harmonies of #936D54
Complementary color
Monochromatic Colors of #936D54
Black with #936D54
Text Example
Text Example
White with #936D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D54; }
p { color: rgb(147,109,84); }
H1.HeaderClassName
{
color: #936D54;
}
.AnyTagClassName
{
color: #936D54;
}
</style>
background-color css
<style>
a { background-color: #936D54; }
a { background-color: rgb(147,109,84); }
div.DivClassName
{
background-color: #936D54;
}
.BgClassName
{
background-color: #936D54;
}
</style>
border-color css
<style>
span { border-color: #936D54; }
span { border-color: rgb(147,109,84); }
td.TdClassName
{
border-color: #936D54;
}
.TagClassName
{
border-color: #936D54;
}
</style>