Shades of Leather #8F694F
Tints of Leather #8F694F
RGB
CMYK
RGB Variations
Color information
#8F694F (or 0x8F694F) is known color: Leather. HEX triplet: 8F, 69 and 4F. RGB value is (143,105,79). Sum of RGB (Red+Green+Blue) = 143+105+79=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F694F is #7096B0. Grayscale: #717171. Windows color (decimal): -7378609 or 5204367. OLE color: 5204367.
HSL color Cylindrical-coordinate representation of color #8F694F: hue angle of 24.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F694F is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 79 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.44 |
| HSL | 24.38º | 0.29% | 0.44% | - |
| HSV(B) | 24.38º | 0.45% | 0.56% | - |
| XYZ | 17.79 | 16.51 | 9.65 | - |
| YUV | 113.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 79 | 0 | 0.27 | 0.45 | 0.44 | 24.38 | 0.29 | 0.44 |
| Hex | 8F | 69 | 4F | 0 | 1B | 2D | 2C | 18 | 1D | 2C |
| Octal | 217 | 151 | 117 | 0 | 33 | 55 | 54 | 30 | 35 | 54 |
| Binary | 10001111 | 1101001 | 1001111 | 0 | 11011 | 101101 | 101100 | 11000 | 11101 | 101100 |
Color Harmonies of #8F694F
Complementary color
Monochromatic Colors of #8F694F
Black with #8F694F
Text Example
Text Example
White with #8F694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F694F; }
p { color: rgb(143,105,79); }
H1.HeaderClassName
{
color: #8F694F;
}
.AnyTagClassName
{
color: #8F694F;
}
</style>
background-color css
<style>
a { background-color: #8F694F; }
a { background-color: rgb(143,105,79); }
div.DivClassName
{
background-color: #8F694F;
}
.BgClassName
{
background-color: #8F694F;
}
</style>
border-color css
<style>
span { border-color: #8F694F; }
span { border-color: rgb(143,105,79); }
td.TdClassName
{
border-color: #8F694F;
}
.TagClassName
{
border-color: #8F694F;
}
</style>