Shades of Ferra #91706A
Tints of Ferra #91706A
RGB
CMYK
RGB Variations
Color information
#91706A (or 0x91706A) is known color: Ferra. HEX triplet: 91, 70 and 6A. RGB value is (145,112,106). Sum of RGB (Red+Green+Blue) = 145+112+106=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #91706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91706A is #6E8F95. Grayscale: #797979. Windows color (decimal): -7245718 or 6975633. OLE color: 6975633.
HSL color Cylindrical-coordinate representation of color #91706A: hue angle of 9.23º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91706A is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 106 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.43 |
| HSL | 9.23º | 0.16% | 0.49% | - |
| HSV(B) | 9.23º | 0.27% | 0.57% | - |
| XYZ | 20.07 | 18.65 | 16.18 | - |
| YUV | 121.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 106 | 0 | 0.23 | 0.27 | 0.43 | 9.23 | 0.16 | 0.49 |
| Hex | 91 | 70 | 6A | 0 | 17 | 1B | 2B | 9 | 10 | 31 |
| Octal | 221 | 160 | 152 | 0 | 27 | 33 | 53 | 11 | 20 | 61 |
| Binary | 10010001 | 1110000 | 1101010 | 0 | 10111 | 11011 | 101011 | 1001 | 10000 | 110001 |
Color Harmonies of #91706A
Complementary color
Monochromatic Colors of #91706A
Black with #91706A
Text Example
Text Example
White with #91706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91706A; }
p { color: rgb(145,112,106); }
H1.HeaderClassName
{
color: #91706A;
}
.AnyTagClassName
{
color: #91706A;
}
</style>
background-color css
<style>
a { background-color: #91706A; }
a { background-color: rgb(145,112,106); }
div.DivClassName
{
background-color: #91706A;
}
.BgClassName
{
background-color: #91706A;
}
</style>
border-color css
<style>
span { border-color: #91706A; }
span { border-color: rgb(145,112,106); }
td.TdClassName
{
border-color: #91706A;
}
.TagClassName
{
border-color: #91706A;
}
</style>