Shades of Ferra #8A6A66
Tints of Ferra #8A6A66
RGB
CMYK
RGB Variations
Color information
#8A6A66 (or 0x8A6A66) is known color: Ferra. HEX triplet: 8A, 6A and 66. RGB value is (138,106,102). Sum of RGB (Red+Green+Blue) = 138+106+102=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6A66 is #759599. Grayscale: #737373. Windows color (decimal): -7706010 or 6711946. OLE color: 6711946.
HSL color Cylindrical-coordinate representation of color #8A6A66: hue angle of 6.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A6A66 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 102 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.46 |
| HSL | 6.67º | 0.15% | 0.47% | - |
| HSV(B) | 6.67º | 0.26% | 0.54% | - |
| XYZ | 18.03 | 16.67 | 14.84 | - |
| YUV | 115.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 102 | 0 | 0.23 | 0.26 | 0.46 | 6.67 | 0.15 | 0.47 |
| Hex | 8A | 6A | 66 | 0 | 17 | 1A | 2E | 7 | F | 2F |
| Octal | 212 | 152 | 146 | 0 | 27 | 32 | 56 | 7 | 17 | 57 |
| Binary | 10001010 | 1101010 | 1100110 | 0 | 10111 | 11010 | 101110 | 111 | 1111 | 101111 |
Color Harmonies of #8A6A66
Complementary color
Monochromatic Colors of #8A6A66
Black with #8A6A66
Text Example
Text Example
White with #8A6A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A66; }
p { color: rgb(138,106,102); }
H1.HeaderClassName
{
color: #8A6A66;
}
.AnyTagClassName
{
color: #8A6A66;
}
</style>
background-color css
<style>
a { background-color: #8A6A66; }
a { background-color: rgb(138,106,102); }
div.DivClassName
{
background-color: #8A6A66;
}
.BgClassName
{
background-color: #8A6A66;
}
</style>
border-color css
<style>
span { border-color: #8A6A66; }
span { border-color: rgb(138,106,102); }
td.TdClassName
{
border-color: #8A6A66;
}
.TagClassName
{
border-color: #8A6A66;
}
</style>