Shades of Ferra #8C6A69
Tints of Ferra #8C6A69
RGB
CMYK
RGB Variations
Color information
#8C6A69 (or 0x8C6A69) is known color: Ferra. HEX triplet: 8C, 6A and 69. RGB value is (140,106,105). Sum of RGB (Red+Green+Blue) = 140+106+105=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6A69 is #739596. Grayscale: #747474. Windows color (decimal): -7574935 or 6908556. OLE color: 6908556.
HSL color Cylindrical-coordinate representation of color #8C6A69: hue angle of 1.71º 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 #8C6A69 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 106 | 105 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.45 |
| HSL | 1.71º | 0.14% | 0.48% | - |
| HSV(B) | 1.71º | 0.25% | 0.55% | - |
| XYZ | 18.52 | 16.9 | 15.65 | - |
| YUV | 116.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 105 | 0 | 0.24 | 0.25 | 0.45 | 1.71 | 0.14 | 0.48 |
| Hex | 8C | 6A | 69 | 0 | 18 | 19 | 2D | 2 | E | 30 |
| Octal | 214 | 152 | 151 | 0 | 30 | 31 | 55 | 2 | 16 | 60 |
| Binary | 10001100 | 1101010 | 1101001 | 0 | 11000 | 11001 | 101101 | 10 | 1110 | 110000 |
Color Harmonies of #8C6A69
Complementary color
Monochromatic Colors of #8C6A69
Black with #8C6A69
Text Example
Text Example
White with #8C6A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6A69; }
p { color: rgb(140,106,105); }
H1.HeaderClassName
{
color: #8C6A69;
}
.AnyTagClassName
{
color: #8C6A69;
}
</style>
background-color css
<style>
a { background-color: #8C6A69; }
a { background-color: rgb(140,106,105); }
div.DivClassName
{
background-color: #8C6A69;
}
.BgClassName
{
background-color: #8C6A69;
}
</style>
border-color css
<style>
span { border-color: #8C6A69; }
span { border-color: rgb(140,106,105); }
td.TdClassName
{
border-color: #8C6A69;
}
.TagClassName
{
border-color: #8C6A69;
}
</style>