Shades of Ferra #8A6E6E
Tints of Ferra #8A6E6E
RGB
CMYK
RGB Variations
Color information
#8A6E6E (or 0x8A6E6E) is known color: Ferra. HEX triplet: 8A, 6E and 6E. RGB value is (138,110,110). Sum of RGB (Red+Green+Blue) = 138+110+110=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6E6E is #759191. Grayscale: #767676. Windows color (decimal): -7704978 or 7237258. OLE color: 7237258.
HSL color Cylindrical-coordinate representation of color #8A6E6E: hue angle of 0º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A6E6E is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 110 | 110 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.46 |
| HSL | 0º | 0.11% | 0.49% | - |
| HSV(B) | 0º | 0.2% | 0.54% | - |
| XYZ | 18.87 | 17.68 | 17.17 | - |
| YUV | 118.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 110 | 0 | 0.20 | 0.20 | 0.46 | 0 | 0.11 | 0.49 |
| Hex | 8A | 6E | 6E | 0 | 14 | 14 | 2E | 0 | B | 31 |
| Octal | 212 | 156 | 156 | 0 | 24 | 24 | 56 | 0 | 13 | 61 |
| Binary | 10001010 | 1101110 | 1101110 | 0 | 10100 | 10100 | 101110 | 0 | 1011 | 110001 |
Color Harmonies of #8A6E6E
Complementary color
Monochromatic Colors of #8A6E6E
Black with #8A6E6E
Text Example
Text Example
White with #8A6E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6E6E; }
p { color: rgb(138,110,110); }
H1.HeaderClassName
{
color: #8A6E6E;
}
.AnyTagClassName
{
color: #8A6E6E;
}
</style>
background-color css
<style>
a { background-color: #8A6E6E; }
a { background-color: rgb(138,110,110); }
div.DivClassName
{
background-color: #8A6E6E;
}
.BgClassName
{
background-color: #8A6E6E;
}
</style>
border-color css
<style>
span { border-color: #8A6E6E; }
span { border-color: rgb(138,110,110); }
td.TdClassName
{
border-color: #8A6E6E;
}
.TagClassName
{
border-color: #8A6E6E;
}
</style>