Shades of Ferra #8B6D65
Tints of Ferra #8B6D65
RGB
CMYK
RGB Variations
Color information
#8B6D65 (or 0x8B6D65) is known color: Ferra. HEX triplet: 8B, 6D and 65. RGB value is (139,109,101). Sum of RGB (Red+Green+Blue) = 139+109+101=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D65 is #74929A. Grayscale: #757575. Windows color (decimal): -7639707 or 6647179. OLE color: 6647179.
HSL color Cylindrical-coordinate representation of color #8B6D65: hue angle of 12.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6D65 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 101 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.45 |
| HSL | 12.63º | 0.16% | 0.47% | - |
| HSV(B) | 12.63º | 0.27% | 0.55% | - |
| XYZ | 18.47 | 17.37 | 14.69 | - |
| YUV | 117.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 101 | 0 | 0.22 | 0.27 | 0.45 | 12.63 | 0.16 | 0.47 |
| Hex | 8B | 6D | 65 | 0 | 16 | 1B | 2D | D | 10 | 2F |
| Octal | 213 | 155 | 145 | 0 | 26 | 33 | 55 | 15 | 20 | 57 |
| Binary | 10001011 | 1101101 | 1100101 | 0 | 10110 | 11011 | 101101 | 1101 | 10000 | 101111 |
Color Harmonies of #8B6D65
Complementary color
Monochromatic Colors of #8B6D65
Black with #8B6D65
Text Example
Text Example
White with #8B6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D65; }
p { color: rgb(139,109,101); }
H1.HeaderClassName
{
color: #8B6D65;
}
.AnyTagClassName
{
color: #8B6D65;
}
</style>
background-color css
<style>
a { background-color: #8B6D65; }
a { background-color: rgb(139,109,101); }
div.DivClassName
{
background-color: #8B6D65;
}
.BgClassName
{
background-color: #8B6D65;
}
</style>
border-color css
<style>
span { border-color: #8B6D65; }
span { border-color: rgb(139,109,101); }
td.TdClassName
{
border-color: #8B6D65;
}
.TagClassName
{
border-color: #8B6D65;
}
</style>