Shades of Ferra #91726C
Tints of Ferra #91726C
RGB
CMYK
RGB Variations
Color information
#91726C (or 0x91726C) is known color: Ferra. HEX triplet: 91, 72 and 6C. RGB value is (145,114,108). Sum of RGB (Red+Green+Blue) = 145+114+108=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #91726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91726C is #6E8D93. Grayscale: #7A7A7A. Windows color (decimal): -7245204 or 7107217. OLE color: 7107217.
HSL color Cylindrical-coordinate representation of color #91726C: hue angle of 9.73º 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 #91726C is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 108 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.43 |
| HSL | 9.73º | 0.15% | 0.5% | - |
| HSV(B) | 9.73º | 0.26% | 0.57% | - |
| XYZ | 20.4 | 19.14 | 16.81 | - |
| YUV | 122.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 108 | 0 | 0.21 | 0.26 | 0.43 | 9.73 | 0.15 | 0.5 |
| Hex | 91 | 72 | 6C | 0 | 15 | 1A | 2B | A | F | 32 |
| Octal | 221 | 162 | 154 | 0 | 25 | 32 | 53 | 12 | 17 | 62 |
| Binary | 10010001 | 1110010 | 1101100 | 0 | 10101 | 11010 | 101011 | 1010 | 1111 | 110010 |
Color Harmonies of #91726C
Complementary color
Monochromatic Colors of #91726C
Black with #91726C
Text Example
Text Example
White with #91726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91726C; }
p { color: rgb(145,114,108); }
H1.HeaderClassName
{
color: #91726C;
}
.AnyTagClassName
{
color: #91726C;
}
</style>
background-color css
<style>
a { background-color: #91726C; }
a { background-color: rgb(145,114,108); }
div.DivClassName
{
background-color: #91726C;
}
.BgClassName
{
background-color: #91726C;
}
</style>
border-color css
<style>
span { border-color: #91726C; }
span { border-color: rgb(145,114,108); }
td.TdClassName
{
border-color: #91726C;
}
.TagClassName
{
border-color: #91726C;
}
</style>