Shades of Leather #8B684C
Tints of Leather #8B684C
RGB
CMYK
RGB Variations
Color information
#8B684C (or 0x8B684C) is known color: Leather. HEX triplet: 8B, 68 and 4C. RGB value is (139,104,76). Sum of RGB (Red+Green+Blue) = 139+104+76=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B684C is #7497B3. Grayscale: #6F6F6F. Windows color (decimal): -7641012 or 5007499. OLE color: 5007499.
HSL color Cylindrical-coordinate representation of color #8B684C: hue angle of 26.67º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B684C is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 76 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.45 |
| HSL | 26.67º | 0.29% | 0.42% | - |
| HSV(B) | 26.67º | 0.45% | 0.55% | - |
| XYZ | 16.9 | 15.91 | 9.02 | - |
| YUV | 111.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 76 | 0 | 0.25 | 0.45 | 0.45 | 26.67 | 0.29 | 0.42 |
| Hex | 8B | 68 | 4C | 0 | 19 | 2D | 2D | 1B | 1D | 2A |
| Octal | 213 | 150 | 114 | 0 | 31 | 55 | 55 | 33 | 35 | 52 |
| Binary | 10001011 | 1101000 | 1001100 | 0 | 11001 | 101101 | 101101 | 11011 | 11101 | 101010 |
Color Harmonies of #8B684C
Complementary color
Monochromatic Colors of #8B684C
Black with #8B684C
Text Example
Text Example
White with #8B684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B684C; }
p { color: rgb(139,104,76); }
H1.HeaderClassName
{
color: #8B684C;
}
.AnyTagClassName
{
color: #8B684C;
}
</style>
background-color css
<style>
a { background-color: #8B684C; }
a { background-color: rgb(139,104,76); }
div.DivClassName
{
background-color: #8B684C;
}
.BgClassName
{
background-color: #8B684C;
}
</style>
border-color css
<style>
span { border-color: #8B684C; }
span { border-color: rgb(139,104,76); }
td.TdClassName
{
border-color: #8B684C;
}
.TagClassName
{
border-color: #8B684C;
}
</style>