Shades of Ferra #816D6B
Tints of Ferra #816D6B
RGB
CMYK
RGB Variations
Color information
#816D6B (or 0x816D6B) is known color: Ferra. HEX triplet: 81, 6D and 6B. RGB value is (129,109,107). Sum of RGB (Red+Green+Blue) = 129+109+107=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #816D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D6B is #7E9294. Grayscale: #727272. Windows color (decimal): -8295061 or 7040385. OLE color: 7040385.
HSL color Cylindrical-coordinate representation of color #816D6B: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #816D6B is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 109 | 107 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.49 |
| HSL | 5.45º | 0.09% | 0.46% | - |
| HSV(B) | 5.45º | 0.17% | 0.51% | - |
| XYZ | 17.18 | 16.67 | 16.22 | - |
| YUV | 114.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 107 | 0 | 0.16 | 0.17 | 0.49 | 5.45 | 0.09 | 0.46 |
| Hex | 81 | 6D | 6B | 0 | 10 | 11 | 31 | 5 | 9 | 2E |
| Octal | 201 | 155 | 153 | 0 | 20 | 21 | 61 | 5 | 11 | 56 |
| Binary | 10000001 | 1101101 | 1101011 | 0 | 10000 | 10001 | 110001 | 101 | 1001 | 101110 |
Color Harmonies of #816D6B
Complementary color
Monochromatic Colors of #816D6B
Black with #816D6B
Text Example
Text Example
White with #816D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D6B; }
p { color: rgb(129,109,107); }
H1.HeaderClassName
{
color: #816D6B;
}
.AnyTagClassName
{
color: #816D6B;
}
</style>
background-color css
<style>
a { background-color: #816D6B; }
a { background-color: rgb(129,109,107); }
div.DivClassName
{
background-color: #816D6B;
}
.BgClassName
{
background-color: #816D6B;
}
</style>
border-color css
<style>
span { border-color: #816D6B; }
span { border-color: rgb(129,109,107); }
td.TdClassName
{
border-color: #816D6B;
}
.TagClassName
{
border-color: #816D6B;
}
</style>