Shades of Ferra #816E6E
Tints of Ferra #816E6E
RGB
CMYK
RGB Variations
Color information
#816E6E (or 0x816E6E) is known color: Ferra. HEX triplet: 81, 6E and 6E. RGB value is (129,110,110). Sum of RGB (Red+Green+Blue) = 129+110+110=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 129 - color contains mainly: red. Hex color #816E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E6E is #7E9191. Grayscale: #737373. Windows color (decimal): -8294802 or 7237249. OLE color: 7237249.
HSL color Cylindrical-coordinate representation of color #816E6E: hue angle of 0º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #816E6E is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 110 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.49 |
| HSL | 0º | 0.08% | 0.47% | - |
| HSV(B) | 0º | 0.15% | 0.51% | - |
| XYZ | 17.44 | 16.94 | 17.1 | - |
| YUV | 115.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 110 | 0 | 0.15 | 0.15 | 0.49 | 0 | 0.08 | 0.47 |
| Hex | 81 | 6E | 6E | 0 | F | F | 31 | 0 | 8 | 2F |
| Octal | 201 | 156 | 156 | 0 | 17 | 17 | 61 | 0 | 10 | 57 |
| Binary | 10000001 | 1101110 | 1101110 | 0 | 1111 | 1111 | 110001 | 0 | 1000 | 101111 |
Color Harmonies of #816E6E
Complementary color
Monochromatic Colors of #816E6E
Black with #816E6E
Text Example
Text Example
White with #816E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E6E; }
p { color: rgb(129,110,110); }
H1.HeaderClassName
{
color: #816E6E;
}
.AnyTagClassName
{
color: #816E6E;
}
</style>
background-color css
<style>
a { background-color: #816E6E; }
a { background-color: rgb(129,110,110); }
div.DivClassName
{
background-color: #816E6E;
}
.BgClassName
{
background-color: #816E6E;
}
</style>
border-color css
<style>
span { border-color: #816E6E; }
span { border-color: rgb(129,110,110); }
td.TdClassName
{
border-color: #816E6E;
}
.TagClassName
{
border-color: #816E6E;
}
</style>