Shades of Ferra #8A6F6E
Tints of Ferra #8A6F6E
RGB
CMYK
RGB Variations
Color information
#8A6F6E (or 0x8A6F6E) is known color: Ferra. HEX triplet: 8A, 6F and 6E. RGB value is (138,111,110). Sum of RGB (Red+Green+Blue) = 138+111+110=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6F6E is #759091. Grayscale: #767676. Windows color (decimal): -7704722 or 7237514. OLE color: 7237514.
HSL color Cylindrical-coordinate representation of color #8A6F6E: hue angle of 2.14º 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 #8A6F6E is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 111 | 110 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.46 |
| HSL | 2.14º | 0.11% | 0.49% | - |
| HSV(B) | 2.14º | 0.2% | 0.54% | - |
| XYZ | 18.98 | 17.9 | 17.21 | - |
| YUV | 118.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 111 | 110 | 0 | 0.20 | 0.20 | 0.46 | 2.14 | 0.11 | 0.49 |
| Hex | 8A | 6F | 6E | 0 | 14 | 14 | 2E | 2 | B | 31 |
| Octal | 212 | 157 | 156 | 0 | 24 | 24 | 56 | 2 | 13 | 61 |
| Binary | 10001010 | 1101111 | 1101110 | 0 | 10100 | 10100 | 101110 | 10 | 1011 | 110001 |
Color Harmonies of #8A6F6E
Complementary color
Monochromatic Colors of #8A6F6E
Black with #8A6F6E
Text Example
Text Example
White with #8A6F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6F6E; }
p { color: rgb(138,111,110); }
H1.HeaderClassName
{
color: #8A6F6E;
}
.AnyTagClassName
{
color: #8A6F6E;
}
</style>
background-color css
<style>
a { background-color: #8A6F6E; }
a { background-color: rgb(138,111,110); }
div.DivClassName
{
background-color: #8A6F6E;
}
.BgClassName
{
background-color: #8A6F6E;
}
</style>
border-color css
<style>
span { border-color: #8A6F6E; }
span { border-color: rgb(138,111,110); }
td.TdClassName
{
border-color: #8A6F6E;
}
.TagClassName
{
border-color: #8A6F6E;
}
</style>