Shades of Ferra #816C6B
Tints of Ferra #816C6B
RGB
CMYK
RGB Variations
Color information
#816C6B (or 0x816C6B) is known color: Ferra. HEX triplet: 81, 6C and 6B. RGB value is (129,108,107). Sum of RGB (Red+Green+Blue) = 129+108+107=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 129 - color contains mainly: red. Hex color #816C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C6B is #7E9394. Grayscale: #727272. Windows color (decimal): -8295317 or 7040129. OLE color: 7040129.
HSL color Cylindrical-coordinate representation of color #816C6B: hue angle of 2.73º 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 #816C6B is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 107 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.49 |
| HSL | 2.73º | 0.09% | 0.46% | - |
| HSV(B) | 2.73º | 0.17% | 0.51% | - |
| XYZ | 17.07 | 16.45 | 16.19 | - |
| YUV | 114.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 107 | 0 | 0.16 | 0.17 | 0.49 | 2.73 | 0.09 | 0.46 |
| Hex | 81 | 6C | 6B | 0 | 10 | 11 | 31 | 3 | 9 | 2E |
| Octal | 201 | 154 | 153 | 0 | 20 | 21 | 61 | 3 | 11 | 56 |
| Binary | 10000001 | 1101100 | 1101011 | 0 | 10000 | 10001 | 110001 | 11 | 1001 | 101110 |
Color Harmonies of #816C6B
Complementary color
Monochromatic Colors of #816C6B
Black with #816C6B
Text Example
Text Example
White with #816C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C6B; }
p { color: rgb(129,108,107); }
H1.HeaderClassName
{
color: #816C6B;
}
.AnyTagClassName
{
color: #816C6B;
}
</style>
background-color css
<style>
a { background-color: #816C6B; }
a { background-color: rgb(129,108,107); }
div.DivClassName
{
background-color: #816C6B;
}
.BgClassName
{
background-color: #816C6B;
}
</style>
border-color css
<style>
span { border-color: #816C6B; }
span { border-color: rgb(129,108,107); }
td.TdClassName
{
border-color: #816C6B;
}
.TagClassName
{
border-color: #816C6B;
}
</style>