Shades of Ferra #8B6C6B
Tints of Ferra #8B6C6B
RGB
CMYK
RGB Variations
Color information
#8B6C6B (or 0x8B6C6B) is known color: Ferra. HEX triplet: 8B, 6C and 6B. RGB value is (139,108,107). Sum of RGB (Red+Green+Blue) = 139+108+107=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6C6B is #749394. Grayscale: #757575. Windows color (decimal): -7639957 or 7040139. OLE color: 7040139.
HSL color Cylindrical-coordinate representation of color #8B6C6B: hue angle of 1.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B6C6B is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 108 | 107 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.45 |
| HSL | 1.88º | 0.13% | 0.48% | - |
| HSV(B) | 1.88º | 0.23% | 0.55% | - |
| XYZ | 18.66 | 17.28 | 16.26 | - |
| YUV | 117.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 108 | 107 | 0 | 0.22 | 0.23 | 0.45 | 1.88 | 0.13 | 0.48 |
| Hex | 8B | 6C | 6B | 0 | 16 | 17 | 2D | 2 | D | 30 |
| Octal | 213 | 154 | 153 | 0 | 26 | 27 | 55 | 2 | 15 | 60 |
| Binary | 10001011 | 1101100 | 1101011 | 0 | 10110 | 10111 | 101101 | 10 | 1101 | 110000 |
Color Harmonies of #8B6C6B
Complementary color
Monochromatic Colors of #8B6C6B
Black with #8B6C6B
Text Example
Text Example
White with #8B6C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6C6B; }
p { color: rgb(139,108,107); }
H1.HeaderClassName
{
color: #8B6C6B;
}
.AnyTagClassName
{
color: #8B6C6B;
}
</style>
background-color css
<style>
a { background-color: #8B6C6B; }
a { background-color: rgb(139,108,107); }
div.DivClassName
{
background-color: #8B6C6B;
}
.BgClassName
{
background-color: #8B6C6B;
}
</style>
border-color css
<style>
span { border-color: #8B6C6B; }
span { border-color: rgb(139,108,107); }
td.TdClassName
{
border-color: #8B6C6B;
}
.TagClassName
{
border-color: #8B6C6B;
}
</style>