Shades of Ferra #8A6D67
Tints of Ferra #8A6D67
RGB
CMYK
RGB Variations
Color information
#8A6D67 (or 0x8A6D67) is known color: Ferra. HEX triplet: 8A, 6D and 67. RGB value is (138,109,103). Sum of RGB (Red+Green+Blue) = 138+109+103=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6D67 is #759298. Grayscale: #757575. Windows color (decimal): -7705241 or 6778250. OLE color: 6778250.
HSL color Cylindrical-coordinate representation of color #8A6D67: hue angle of 10.29º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A6D67 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 103 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.46 |
| HSL | 10.29º | 0.15% | 0.47% | - |
| HSV(B) | 10.29º | 0.25% | 0.54% | - |
| XYZ | 18.4 | 17.32 | 15.21 | - |
| YUV | 116.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 103 | 0 | 0.21 | 0.25 | 0.46 | 10.29 | 0.15 | 0.47 |
| Hex | 8A | 6D | 67 | 0 | 15 | 19 | 2E | A | F | 2F |
| Octal | 212 | 155 | 147 | 0 | 25 | 31 | 56 | 12 | 17 | 57 |
| Binary | 10001010 | 1101101 | 1100111 | 0 | 10101 | 11001 | 101110 | 1010 | 1111 | 101111 |
Color Harmonies of #8A6D67
Complementary color
Monochromatic Colors of #8A6D67
Black with #8A6D67
Text Example
Text Example
White with #8A6D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D67; }
p { color: rgb(138,109,103); }
H1.HeaderClassName
{
color: #8A6D67;
}
.AnyTagClassName
{
color: #8A6D67;
}
</style>
background-color css
<style>
a { background-color: #8A6D67; }
a { background-color: rgb(138,109,103); }
div.DivClassName
{
background-color: #8A6D67;
}
.BgClassName
{
background-color: #8A6D67;
}
</style>
border-color css
<style>
span { border-color: #8A6D67; }
span { border-color: rgb(138,109,103); }
td.TdClassName
{
border-color: #8A6D67;
}
.TagClassName
{
border-color: #8A6D67;
}
</style>