Shades of Ferra #8C6C6C
Tints of Ferra #8C6C6C
RGB
CMYK
RGB Variations
Color information
#8C6C6C (or 0x8C6C6C) is known color: Ferra. HEX triplet: 8C, 6C and 6C. RGB value is (140,108,108). Sum of RGB (Red+Green+Blue) = 140+108+108=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C6C is #739393. Grayscale: #757575. Windows color (decimal): -7574420 or 7105676. OLE color: 7105676.
HSL color Cylindrical-coordinate representation of color #8C6C6C: hue angle of 0º 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 #8C6C6C is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 108 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.45 |
| HSL | 0º | 0.13% | 0.49% | - |
| HSV(B) | 0º | 0.23% | 0.55% | - |
| XYZ | 18.88 | 17.38 | 16.55 | - |
| YUV | 117.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 108 | 0 | 0.23 | 0.23 | 0.45 | 0 | 0.13 | 0.49 |
| Hex | 8C | 6C | 6C | 0 | 17 | 17 | 2D | 0 | D | 31 |
| Octal | 214 | 154 | 154 | 0 | 27 | 27 | 55 | 0 | 15 | 61 |
| Binary | 10001100 | 1101100 | 1101100 | 0 | 10111 | 10111 | 101101 | 0 | 1101 | 110001 |
Color Harmonies of #8C6C6C
Complementary color
Monochromatic Colors of #8C6C6C
Black with #8C6C6C
Text Example
Text Example
White with #8C6C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C6C; }
p { color: rgb(140,108,108); }
H1.HeaderClassName
{
color: #8C6C6C;
}
.AnyTagClassName
{
color: #8C6C6C;
}
</style>
background-color css
<style>
a { background-color: #8C6C6C; }
a { background-color: rgb(140,108,108); }
div.DivClassName
{
background-color: #8C6C6C;
}
.BgClassName
{
background-color: #8C6C6C;
}
</style>
border-color css
<style>
span { border-color: #8C6C6C; }
span { border-color: rgb(140,108,108); }
td.TdClassName
{
border-color: #8C6C6C;
}
.TagClassName
{
border-color: #8C6C6C;
}
</style>