Shades of Leather #8B664D
Tints of Leather #8B664D
RGB
CMYK
RGB Variations
Color information
#8B664D (or 0x8B664D) is known color: Leather. HEX triplet: 8B, 66 and 4D. RGB value is (139,102,77). Sum of RGB (Red+Green+Blue) = 139+102+77=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B664D is #7499B2. Grayscale: #6E6E6E. Windows color (decimal): -7641523 or 5072523. OLE color: 5072523.
HSL color Cylindrical-coordinate representation of color #8B664D: hue angle of 24.19º 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 #8B664D is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 102 | 77 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.45 |
| HSL | 24.19º | 0.29% | 0.42% | - |
| HSV(B) | 24.19º | 0.45% | 0.55% | - |
| XYZ | 16.74 | 15.53 | 9.14 | - |
| YUV | 110.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 77 | 0 | 0.27 | 0.45 | 0.45 | 24.19 | 0.29 | 0.42 |
| Hex | 8B | 66 | 4D | 0 | 1B | 2D | 2D | 18 | 1D | 2A |
| Octal | 213 | 146 | 115 | 0 | 33 | 55 | 55 | 30 | 35 | 52 |
| Binary | 10001011 | 1100110 | 1001101 | 0 | 11011 | 101101 | 101101 | 11000 | 11101 | 101010 |
Color Harmonies of #8B664D
Complementary color
Monochromatic Colors of #8B664D
Black with #8B664D
Text Example
Text Example
White with #8B664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B664D; }
p { color: rgb(139,102,77); }
H1.HeaderClassName
{
color: #8B664D;
}
.AnyTagClassName
{
color: #8B664D;
}
</style>
background-color css
<style>
a { background-color: #8B664D; }
a { background-color: rgb(139,102,77); }
div.DivClassName
{
background-color: #8B664D;
}
.BgClassName
{
background-color: #8B664D;
}
</style>
border-color css
<style>
span { border-color: #8B664D; }
span { border-color: rgb(139,102,77); }
td.TdClassName
{
border-color: #8B664D;
}
.TagClassName
{
border-color: #8B664D;
}
</style>