Shades of Leather #926D56
Tints of Leather #926D56
RGB
CMYK
RGB Variations
Color information
#926D56 (or 0x926D56) is known color: Leather. HEX triplet: 92, 6D and 56. RGB value is (146,109,86). Sum of RGB (Red+Green+Blue) = 146+109+86=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #926D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D56 is #6D92A9. Grayscale: #757575. Windows color (decimal): -7180970 or 5664146. OLE color: 5664146.
HSL color Cylindrical-coordinate representation of color #926D56: hue angle of 23º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #926D56 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 86 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.43 |
| HSL | 23º | 0.26% | 0.45% | - |
| HSV(B) | 23º | 0.41% | 0.57% | - |
| XYZ | 19 | 17.72 | 11.22 | - |
| YUV | 117.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 86 | 0 | 0.25 | 0.41 | 0.43 | 23 | 0.26 | 0.45 |
| Hex | 92 | 6D | 56 | 0 | 19 | 29 | 2B | 17 | 1A | 2D |
| Octal | 222 | 155 | 126 | 0 | 31 | 51 | 53 | 27 | 32 | 55 |
| Binary | 10010010 | 1101101 | 1010110 | 0 | 11001 | 101001 | 101011 | 10111 | 11010 | 101101 |
Color Harmonies of #926D56
Complementary color
Monochromatic Colors of #926D56
Black with #926D56
Text Example
Text Example
White with #926D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D56; }
p { color: rgb(146,109,86); }
H1.HeaderClassName
{
color: #926D56;
}
.AnyTagClassName
{
color: #926D56;
}
</style>
background-color css
<style>
a { background-color: #926D56; }
a { background-color: rgb(146,109,86); }
div.DivClassName
{
background-color: #926D56;
}
.BgClassName
{
background-color: #926D56;
}
</style>
border-color css
<style>
span { border-color: #926D56; }
span { border-color: rgb(146,109,86); }
td.TdClassName
{
border-color: #926D56;
}
.TagClassName
{
border-color: #926D56;
}
</style>