Shades of Ferra #91716C
Tints of Ferra #91716C
RGB
CMYK
RGB Variations
Color information
#91716C (or 0x91716C) is known color: Ferra. HEX triplet: 91, 71 and 6C. RGB value is (145,113,108). Sum of RGB (Red+Green+Blue) = 145+113+108=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #91716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91716C is #6E8E93. Grayscale: #7A7A7A. Windows color (decimal): -7245460 or 7106961. OLE color: 7106961.
HSL color Cylindrical-coordinate representation of color #91716C: hue angle of 8.11º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91716C is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 113 | 108 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.43 |
| HSL | 8.11º | 0.15% | 0.5% | - |
| HSV(B) | 8.11º | 0.26% | 0.57% | - |
| XYZ | 20.29 | 18.91 | 16.77 | - |
| YUV | 122 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 108 | 0 | 0.22 | 0.26 | 0.43 | 8.11 | 0.15 | 0.5 |
| Hex | 91 | 71 | 6C | 0 | 16 | 1A | 2B | 8 | F | 32 |
| Octal | 221 | 161 | 154 | 0 | 26 | 32 | 53 | 10 | 17 | 62 |
| Binary | 10010001 | 1110001 | 1101100 | 0 | 10110 | 11010 | 101011 | 1000 | 1111 | 110010 |
Color Harmonies of #91716C
Complementary color
Monochromatic Colors of #91716C
Black with #91716C
Text Example
Text Example
White with #91716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91716C; }
p { color: rgb(145,113,108); }
H1.HeaderClassName
{
color: #91716C;
}
.AnyTagClassName
{
color: #91716C;
}
</style>
background-color css
<style>
a { background-color: #91716C; }
a { background-color: rgb(145,113,108); }
div.DivClassName
{
background-color: #91716C;
}
.BgClassName
{
background-color: #91716C;
}
</style>
border-color css
<style>
span { border-color: #91716C; }
span { border-color: rgb(145,113,108); }
td.TdClassName
{
border-color: #91716C;
}
.TagClassName
{
border-color: #91716C;
}
</style>