Shades of Ferra #8C6665
Tints of Ferra #8C6665
RGB
CMYK
RGB Variations
Color information
#8C6665 (or 0x8C6665) is known color: Ferra. HEX triplet: 8C, 66 and 65. RGB value is (140,102,101). Sum of RGB (Red+Green+Blue) = 140+102+101=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6665 is #73999A. Grayscale: #717171. Windows color (decimal): -7575963 or 6645388. OLE color: 6645388.
HSL color Cylindrical-coordinate representation of color #8C6665: hue angle of 1.54º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C6665 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 101 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.45 |
| HSL | 1.54º | 0.16% | 0.47% | - |
| HSV(B) | 1.54º | 0.28% | 0.55% | - |
| XYZ | 17.92 | 16.02 | 14.46 | - |
| YUV | 113.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 101 | 0 | 0.27 | 0.28 | 0.45 | 1.54 | 0.16 | 0.47 |
| Hex | 8C | 66 | 65 | 0 | 1B | 1C | 2D | 2 | 10 | 2F |
| Octal | 214 | 146 | 145 | 0 | 33 | 34 | 55 | 2 | 20 | 57 |
| Binary | 10001100 | 1100110 | 1100101 | 0 | 11011 | 11100 | 101101 | 10 | 10000 | 101111 |
Color Harmonies of #8C6665
Complementary color
Monochromatic Colors of #8C6665
Black with #8C6665
Text Example
Text Example
White with #8C6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6665; }
p { color: rgb(140,102,101); }
H1.HeaderClassName
{
color: #8C6665;
}
.AnyTagClassName
{
color: #8C6665;
}
</style>
background-color css
<style>
a { background-color: #8C6665; }
a { background-color: rgb(140,102,101); }
div.DivClassName
{
background-color: #8C6665;
}
.BgClassName
{
background-color: #8C6665;
}
</style>
border-color css
<style>
span { border-color: #8C6665; }
span { border-color: rgb(140,102,101); }
td.TdClassName
{
border-color: #8C6665;
}
.TagClassName
{
border-color: #8C6665;
}
</style>