Shades of Ferra #8A6D6B
Tints of Ferra #8A6D6B
RGB
CMYK
RGB Variations
Color information
#8A6D6B (or 0x8A6D6B) is known color: Ferra. HEX triplet: 8A, 6D and 6B. RGB value is (138,109,107). Sum of RGB (Red+Green+Blue) = 138+109+107=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6D6B is #759294. Grayscale: #757575. Windows color (decimal): -7705237 or 7040394. OLE color: 7040394.
HSL color Cylindrical-coordinate representation of color #8A6D6B: hue angle of 3.87º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A6D6B is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 107 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.46 |
| HSL | 3.87º | 0.13% | 0.48% | - |
| HSV(B) | 3.87º | 0.22% | 0.54% | - |
| XYZ | 18.6 | 17.4 | 16.29 | - |
| YUV | 117.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 107 | 0 | 0.21 | 0.22 | 0.46 | 3.87 | 0.13 | 0.48 |
| Hex | 8A | 6D | 6B | 0 | 15 | 16 | 2E | 4 | D | 30 |
| Octal | 212 | 155 | 153 | 0 | 25 | 26 | 56 | 4 | 15 | 60 |
| Binary | 10001010 | 1101101 | 1101011 | 0 | 10101 | 10110 | 101110 | 100 | 1101 | 110000 |
Color Harmonies of #8A6D6B
Complementary color
Monochromatic Colors of #8A6D6B
Black with #8A6D6B
Text Example
Text Example
White with #8A6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D6B; }
p { color: rgb(138,109,107); }
H1.HeaderClassName
{
color: #8A6D6B;
}
.AnyTagClassName
{
color: #8A6D6B;
}
</style>
background-color css
<style>
a { background-color: #8A6D6B; }
a { background-color: rgb(138,109,107); }
div.DivClassName
{
background-color: #8A6D6B;
}
.BgClassName
{
background-color: #8A6D6B;
}
</style>
border-color css
<style>
span { border-color: #8A6D6B; }
span { border-color: rgb(138,109,107); }
td.TdClassName
{
border-color: #8A6D6B;
}
.TagClassName
{
border-color: #8A6D6B;
}
</style>