Shades of Ferra #816E6A
Tints of Ferra #816E6A
RGB
CMYK
RGB Variations
Color information
#816E6A (or 0x816E6A) is known color: Ferra. HEX triplet: 81, 6E and 6A. RGB value is (129,110,106). Sum of RGB (Red+Green+Blue) = 129+110+106=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #816E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E6A is #7E9195. Grayscale: #737373. Windows color (decimal): -8294806 or 6975105. OLE color: 6975105.
HSL color Cylindrical-coordinate representation of color #816E6A: hue angle of 10.43º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #816E6A is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 106 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.49 |
| HSL | 10.43º | 0.1% | 0.46% | - |
| HSV(B) | 10.43º | 0.18% | 0.51% | - |
| XYZ | 17.23 | 16.86 | 15.98 | - |
| YUV | 115.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 106 | 0 | 0.15 | 0.18 | 0.49 | 10.43 | 0.1 | 0.46 |
| Hex | 81 | 6E | 6A | 0 | F | 12 | 31 | A | A | 2E |
| Octal | 201 | 156 | 152 | 0 | 17 | 22 | 61 | 12 | 12 | 56 |
| Binary | 10000001 | 1101110 | 1101010 | 0 | 1111 | 10010 | 110001 | 1010 | 1010 | 101110 |
Color Harmonies of #816E6A
Complementary color
Monochromatic Colors of #816E6A
Black with #816E6A
Text Example
Text Example
White with #816E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E6A; }
p { color: rgb(129,110,106); }
H1.HeaderClassName
{
color: #816E6A;
}
.AnyTagClassName
{
color: #816E6A;
}
</style>
background-color css
<style>
a { background-color: #816E6A; }
a { background-color: rgb(129,110,106); }
div.DivClassName
{
background-color: #816E6A;
}
.BgClassName
{
background-color: #816E6A;
}
</style>
border-color css
<style>
span { border-color: #816E6A; }
span { border-color: rgb(129,110,106); }
td.TdClassName
{
border-color: #816E6A;
}
.TagClassName
{
border-color: #816E6A;
}
</style>