Shades of Ferra #8C6D69
Tints of Ferra #8C6D69
RGB
CMYK
RGB Variations
Color information
#8C6D69 (or 0x8C6D69) is known color: Ferra. HEX triplet: 8C, 6D and 69. RGB value is (140,109,105). Sum of RGB (Red+Green+Blue) = 140+109+105=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D69 is #739296. Grayscale: #757575. Windows color (decimal): -7574167 or 6909324. OLE color: 6909324.
HSL color Cylindrical-coordinate representation of color #8C6D69: hue angle of 6.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C6D69 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 109 | 105 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.45 |
| HSL | 6.86º | 0.14% | 0.48% | - |
| HSV(B) | 6.86º | 0.25% | 0.55% | - |
| XYZ | 18.83 | 17.53 | 15.76 | - |
| YUV | 117.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 105 | 0 | 0.22 | 0.25 | 0.45 | 6.86 | 0.14 | 0.48 |
| Hex | 8C | 6D | 69 | 0 | 16 | 19 | 2D | 7 | E | 30 |
| Octal | 214 | 155 | 151 | 0 | 26 | 31 | 55 | 7 | 16 | 60 |
| Binary | 10001100 | 1101101 | 1101001 | 0 | 10110 | 11001 | 101101 | 111 | 1110 | 110000 |
Color Harmonies of #8C6D69
Complementary color
Monochromatic Colors of #8C6D69
Black with #8C6D69
Text Example
Text Example
White with #8C6D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6D69; }
p { color: rgb(140,109,105); }
H1.HeaderClassName
{
color: #8C6D69;
}
.AnyTagClassName
{
color: #8C6D69;
}
</style>
background-color css
<style>
a { background-color: #8C6D69; }
a { background-color: rgb(140,109,105); }
div.DivClassName
{
background-color: #8C6D69;
}
.BgClassName
{
background-color: #8C6D69;
}
</style>
border-color css
<style>
span { border-color: #8C6D69; }
span { border-color: rgb(140,109,105); }
td.TdClassName
{
border-color: #8C6D69;
}
.TagClassName
{
border-color: #8C6D69;
}
</style>