Shades of Ferra #8C6D6C
Tints of Ferra #8C6D6C
RGB
CMYK
RGB Variations
Color information
#8C6D6C (or 0x8C6D6C) is known color: Ferra. HEX triplet: 8C, 6D and 6C. RGB value is (140,109,108). Sum of RGB (Red+Green+Blue) = 140+109+108=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D6C is #739293. Grayscale: #767676. Windows color (decimal): -7574164 or 7105932. OLE color: 7105932.
HSL color Cylindrical-coordinate representation of color #8C6D6C: hue angle of 1.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C6D6C is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 109 | 108 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.45 |
| HSL | 1.88º | 0.13% | 0.49% | - |
| HSV(B) | 1.88º | 0.23% | 0.55% | - |
| XYZ | 18.99 | 17.6 | 16.58 | - |
| YUV | 118.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 108 | 0 | 0.22 | 0.23 | 0.45 | 1.88 | 0.13 | 0.49 |
| Hex | 8C | 6D | 6C | 0 | 16 | 17 | 2D | 2 | D | 31 |
| Octal | 214 | 155 | 154 | 0 | 26 | 27 | 55 | 2 | 15 | 61 |
| Binary | 10001100 | 1101101 | 1101100 | 0 | 10110 | 10111 | 101101 | 10 | 1101 | 110001 |
Color Harmonies of #8C6D6C
Complementary color
Monochromatic Colors of #8C6D6C
Black with #8C6D6C
Text Example
Text Example
White with #8C6D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6D6C; }
p { color: rgb(140,109,108); }
H1.HeaderClassName
{
color: #8C6D6C;
}
.AnyTagClassName
{
color: #8C6D6C;
}
</style>
background-color css
<style>
a { background-color: #8C6D6C; }
a { background-color: rgb(140,109,108); }
div.DivClassName
{
background-color: #8C6D6C;
}
.BgClassName
{
background-color: #8C6D6C;
}
</style>
border-color css
<style>
span { border-color: #8C6D6C; }
span { border-color: rgb(140,109,108); }
td.TdClassName
{
border-color: #8C6D6C;
}
.TagClassName
{
border-color: #8C6D6C;
}
</style>