Shades of Leather #946D54
Tints of Leather #946D54
RGB
CMYK
RGB Variations
Color information
#946D54 (or 0x946D54) is known color: Leather. HEX triplet: 94, 6D and 54. RGB value is (148,109,84). Sum of RGB (Red+Green+Blue) = 148+109+84=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #946D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D54 is #6B92AB. Grayscale: #757575. Windows color (decimal): -7049900 or 5533076. OLE color: 5533076.
HSL color Cylindrical-coordinate representation of color #946D54: hue angle of 23.44º degrees, saturation: 0.28, 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 #946D54 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 84 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.42 |
| HSL | 23.44º | 0.28% | 0.45% | - |
| HSV(B) | 23.44º | 0.43% | 0.58% | - |
| XYZ | 19.28 | 17.87 | 10.82 | - |
| YUV | 117.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 84 | 0 | 0.26 | 0.43 | 0.42 | 23.44 | 0.28 | 0.45 |
| Hex | 94 | 6D | 54 | 0 | 1A | 2B | 2A | 17 | 1C | 2D |
| Octal | 224 | 155 | 124 | 0 | 32 | 53 | 52 | 27 | 34 | 55 |
| Binary | 10010100 | 1101101 | 1010100 | 0 | 11010 | 101011 | 101010 | 10111 | 11100 | 101101 |
Color Harmonies of #946D54
Complementary color
Monochromatic Colors of #946D54
Black with #946D54
Text Example
Text Example
White with #946D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D54; }
p { color: rgb(148,109,84); }
H1.HeaderClassName
{
color: #946D54;
}
.AnyTagClassName
{
color: #946D54;
}
</style>
background-color css
<style>
a { background-color: #946D54; }
a { background-color: rgb(148,109,84); }
div.DivClassName
{
background-color: #946D54;
}
.BgClassName
{
background-color: #946D54;
}
</style>
border-color css
<style>
span { border-color: #946D54; }
span { border-color: rgb(148,109,84); }
td.TdClassName
{
border-color: #946D54;
}
.TagClassName
{
border-color: #946D54;
}
</style>