Shades of Leather #966F54
Tints of Leather #966F54
RGB
CMYK
RGB Variations
Color information
#966F54 (or 0x966F54) is known color: Leather. HEX triplet: 96, 6F and 54. RGB value is (150,111,84). Sum of RGB (Red+Green+Blue) = 150+111+84=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #966F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F54 is #6990AB. Grayscale: #777777. Windows color (decimal): -6918316 or 5533590. OLE color: 5533590.
HSL color Cylindrical-coordinate representation of color #966F54: hue angle of 24.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #966F54 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 84 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.41 |
| HSL | 24.55º | 0.28% | 0.46% | - |
| HSV(B) | 24.55º | 0.44% | 0.59% | - |
| XYZ | 19.86 | 18.49 | 10.91 | - |
| YUV | 119.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 84 | 0 | 0.26 | 0.44 | 0.41 | 24.55 | 0.28 | 0.46 |
| Hex | 96 | 6F | 54 | 0 | 1A | 2C | 29 | 19 | 1C | 2E |
| Octal | 226 | 157 | 124 | 0 | 32 | 54 | 51 | 31 | 34 | 56 |
| Binary | 10010110 | 1101111 | 1010100 | 0 | 11010 | 101100 | 101001 | 11001 | 11100 | 101110 |
Color Harmonies of #966F54
Complementary color
Monochromatic Colors of #966F54
Black with #966F54
Text Example
Text Example
White with #966F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F54; }
p { color: rgb(150,111,84); }
H1.HeaderClassName
{
color: #966F54;
}
.AnyTagClassName
{
color: #966F54;
}
</style>
background-color css
<style>
a { background-color: #966F54; }
a { background-color: rgb(150,111,84); }
div.DivClassName
{
background-color: #966F54;
}
.BgClassName
{
background-color: #966F54;
}
</style>
border-color css
<style>
span { border-color: #966F54; }
span { border-color: rgb(150,111,84); }
td.TdClassName
{
border-color: #966F54;
}
.TagClassName
{
border-color: #966F54;
}
</style>