Shades of Leather #8A664F
Tints of Leather #8A664F
RGB
CMYK
RGB Variations
Color information
#8A664F (or 0x8A664F) is known color: Leather. HEX triplet: 8A, 66 and 4F. RGB value is (138,102,79). Sum of RGB (Red+Green+Blue) = 138+102+79=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A664F is #7599B0. Grayscale: #6E6E6E. Windows color (decimal): -7707057 or 5203594. OLE color: 5203594.
HSL color Cylindrical-coordinate representation of color #8A664F: hue angle of 23.39º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A664F is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 79 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.46 |
| HSL | 23.39º | 0.27% | 0.43% | - |
| HSV(B) | 23.39º | 0.43% | 0.54% | - |
| XYZ | 16.64 | 15.47 | 9.51 | - |
| YUV | 110.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 79 | 0 | 0.26 | 0.43 | 0.46 | 23.39 | 0.27 | 0.43 |
| Hex | 8A | 66 | 4F | 0 | 1A | 2B | 2E | 17 | 1B | 2B |
| Octal | 212 | 146 | 117 | 0 | 32 | 53 | 56 | 27 | 33 | 53 |
| Binary | 10001010 | 1100110 | 1001111 | 0 | 11010 | 101011 | 101110 | 10111 | 11011 | 101011 |
Color Harmonies of #8A664F
Complementary color
Monochromatic Colors of #8A664F
Black with #8A664F
Text Example
Text Example
White with #8A664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A664F; }
p { color: rgb(138,102,79); }
H1.HeaderClassName
{
color: #8A664F;
}
.AnyTagClassName
{
color: #8A664F;
}
</style>
background-color css
<style>
a { background-color: #8A664F; }
a { background-color: rgb(138,102,79); }
div.DivClassName
{
background-color: #8A664F;
}
.BgClassName
{
background-color: #8A664F;
}
</style>
border-color css
<style>
span { border-color: #8A664F; }
span { border-color: rgb(138,102,79); }
td.TdClassName
{
border-color: #8A664F;
}
.TagClassName
{
border-color: #8A664F;
}
</style>