Shades of Leather #926F51
Tints of Leather #926F51
RGB
CMYK
RGB Variations
Color information
#926F51 (or 0x926F51) is known color: Leather. HEX triplet: 92, 6F and 51. RGB value is (146,111,81). Sum of RGB (Red+Green+Blue) = 146+111+81=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #926F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F51 is #6D90AE. Grayscale: #767676. Windows color (decimal): -7180463 or 5336978. OLE color: 5336978.
HSL color Cylindrical-coordinate representation of color #926F51: hue angle of 27.69º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #926F51 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 81 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.43 |
| HSL | 27.69º | 0.29% | 0.45% | - |
| HSV(B) | 27.69º | 0.45% | 0.57% | - |
| XYZ | 19.02 | 18.07 | 10.27 | - |
| YUV | 118.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 81 | 0 | 0.24 | 0.45 | 0.43 | 27.69 | 0.29 | 0.45 |
| Hex | 92 | 6F | 51 | 0 | 18 | 2D | 2B | 1C | 1D | 2D |
| Octal | 222 | 157 | 121 | 0 | 30 | 55 | 53 | 34 | 35 | 55 |
| Binary | 10010010 | 1101111 | 1010001 | 0 | 11000 | 101101 | 101011 | 11100 | 11101 | 101101 |
Color Harmonies of #926F51
Complementary color
Monochromatic Colors of #926F51
Black with #926F51
Text Example
Text Example
White with #926F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F51; }
p { color: rgb(146,111,81); }
H1.HeaderClassName
{
color: #926F51;
}
.AnyTagClassName
{
color: #926F51;
}
</style>
background-color css
<style>
a { background-color: #926F51; }
a { background-color: rgb(146,111,81); }
div.DivClassName
{
background-color: #926F51;
}
.BgClassName
{
background-color: #926F51;
}
</style>
border-color css
<style>
span { border-color: #926F51; }
span { border-color: rgb(146,111,81); }
td.TdClassName
{
border-color: #926F51;
}
.TagClassName
{
border-color: #926F51;
}
</style>