Shades of Ferra #81706C
Tints of Ferra #81706C
RGB
CMYK
RGB Variations
Color information
#81706C (or 0x81706C) is known color: Ferra. HEX triplet: 81, 70 and 6C. RGB value is (129,112,108). Sum of RGB (Red+Green+Blue) = 129+112+108=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 129 - color contains mainly: red. Hex color #81706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81706C is #7E8F93. Grayscale: #747474. Windows color (decimal): -8294292 or 7106689. OLE color: 7106689.
HSL color Cylindrical-coordinate representation of color #81706C: hue angle of 11.43º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81706C is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 112 | 108 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.49 |
| HSL | 11.43º | 0.09% | 0.46% | - |
| HSV(B) | 11.43º | 0.16% | 0.51% | - |
| XYZ | 17.55 | 17.34 | 16.61 | - |
| YUV | 116.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 108 | 0 | 0.13 | 0.16 | 0.49 | 11.43 | 0.09 | 0.46 |
| Hex | 81 | 70 | 6C | 0 | D | 10 | 31 | B | 9 | 2E |
| Octal | 201 | 160 | 154 | 0 | 15 | 20 | 61 | 13 | 11 | 56 |
| Binary | 10000001 | 1110000 | 1101100 | 0 | 1101 | 10000 | 110001 | 1011 | 1001 | 101110 |
Color Harmonies of #81706C
Complementary color
Monochromatic Colors of #81706C
Black with #81706C
Text Example
Text Example
White with #81706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81706C; }
p { color: rgb(129,112,108); }
H1.HeaderClassName
{
color: #81706C;
}
.AnyTagClassName
{
color: #81706C;
}
</style>
background-color css
<style>
a { background-color: #81706C; }
a { background-color: rgb(129,112,108); }
div.DivClassName
{
background-color: #81706C;
}
.BgClassName
{
background-color: #81706C;
}
</style>
border-color css
<style>
span { border-color: #81706C; }
span { border-color: rgb(129,112,108); }
td.TdClassName
{
border-color: #81706C;
}
.TagClassName
{
border-color: #81706C;
}
</style>