Shades of Ferra #92716C
Tints of Ferra #92716C
RGB
CMYK
RGB Variations
Color information
#92716C (or 0x92716C) is known color: Ferra. HEX triplet: 92, 71 and 6C. RGB value is (146,113,108). Sum of RGB (Red+Green+Blue) = 146+113+108=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #92716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92716C is #6D8E93. Grayscale: #7A7A7A. Windows color (decimal): -7179924 or 7106962. OLE color: 7106962.
HSL color Cylindrical-coordinate representation of color #92716C: hue angle of 7.89º 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 #92716C is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 113 | 108 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.43 |
| HSL | 7.89º | 0.15% | 0.5% | - |
| HSV(B) | 7.89º | 0.26% | 0.57% | - |
| XYZ | 20.47 | 19 | 16.78 | - |
| YUV | 122.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 108 | 0 | 0.23 | 0.26 | 0.43 | 7.89 | 0.15 | 0.5 |
| Hex | 92 | 71 | 6C | 0 | 17 | 1A | 2B | 8 | F | 32 |
| Octal | 222 | 161 | 154 | 0 | 27 | 32 | 53 | 10 | 17 | 62 |
| Binary | 10010010 | 1110001 | 1101100 | 0 | 10111 | 11010 | 101011 | 1000 | 1111 | 110010 |
Color Harmonies of #92716C
Complementary color
Monochromatic Colors of #92716C
Black with #92716C
Text Example
Text Example
White with #92716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92716C; }
p { color: rgb(146,113,108); }
H1.HeaderClassName
{
color: #92716C;
}
.AnyTagClassName
{
color: #92716C;
}
</style>
background-color css
<style>
a { background-color: #92716C; }
a { background-color: rgb(146,113,108); }
div.DivClassName
{
background-color: #92716C;
}
.BgClassName
{
background-color: #92716C;
}
</style>
border-color css
<style>
span { border-color: #92716C; }
span { border-color: rgb(146,113,108); }
td.TdClassName
{
border-color: #92716C;
}
.TagClassName
{
border-color: #92716C;
}
</style>