Shades of Ferra #8B6B66
Tints of Ferra #8B6B66
RGB
CMYK
RGB Variations
Color information
#8B6B66 (or 0x8B6B66) is known color: Ferra. HEX triplet: 8B, 6B and 66. RGB value is (139,107,102). Sum of RGB (Red+Green+Blue) = 139+107+102=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B66 is #749499. Grayscale: #747474. Windows color (decimal): -7640218 or 6712203. OLE color: 6712203.
HSL color Cylindrical-coordinate representation of color #8B6B66: hue angle of 8.11º degrees, saturation: 0.15, 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 #8B6B66 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 102 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.45 |
| HSL | 8.11º | 0.15% | 0.47% | - |
| HSV(B) | 8.11º | 0.27% | 0.55% | - |
| XYZ | 18.3 | 16.96 | 14.88 | - |
| YUV | 116 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 102 | 0 | 0.23 | 0.27 | 0.45 | 8.11 | 0.15 | 0.47 |
| Hex | 8B | 6B | 66 | 0 | 17 | 1B | 2D | 8 | F | 2F |
| Octal | 213 | 153 | 146 | 0 | 27 | 33 | 55 | 10 | 17 | 57 |
| Binary | 10001011 | 1101011 | 1100110 | 0 | 10111 | 11011 | 101101 | 1000 | 1111 | 101111 |
Color Harmonies of #8B6B66
Complementary color
Monochromatic Colors of #8B6B66
Black with #8B6B66
Text Example
Text Example
White with #8B6B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B66; }
p { color: rgb(139,107,102); }
H1.HeaderClassName
{
color: #8B6B66;
}
.AnyTagClassName
{
color: #8B6B66;
}
</style>
background-color css
<style>
a { background-color: #8B6B66; }
a { background-color: rgb(139,107,102); }
div.DivClassName
{
background-color: #8B6B66;
}
.BgClassName
{
background-color: #8B6B66;
}
</style>
border-color css
<style>
span { border-color: #8B6B66; }
span { border-color: rgb(139,107,102); }
td.TdClassName
{
border-color: #8B6B66;
}
.TagClassName
{
border-color: #8B6B66;
}
</style>