Shades of Ferra #93706C
Tints of Ferra #93706C
RGB
CMYK
RGB Variations
Color information
#93706C (or 0x93706C) is known color: Ferra. HEX triplet: 93, 70 and 6C. RGB value is (147,112,108). Sum of RGB (Red+Green+Blue) = 147+112+108=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #93706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93706C is #6C8F93. Grayscale: #7A7A7A. Windows color (decimal): -7114644 or 7106707. OLE color: 7106707.
HSL color Cylindrical-coordinate representation of color #93706C: hue angle of 6.15º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93706C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 108 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.42 |
| HSL | 6.15º | 0.15% | 0.5% | - |
| HSV(B) | 6.15º | 0.27% | 0.58% | - |
| XYZ | 20.53 | 18.87 | 16.75 | - |
| YUV | 122.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 108 | 0 | 0.24 | 0.27 | 0.42 | 6.15 | 0.15 | 0.5 |
| Hex | 93 | 70 | 6C | 0 | 18 | 1B | 2A | 6 | F | 32 |
| Octal | 223 | 160 | 154 | 0 | 30 | 33 | 52 | 6 | 17 | 62 |
| Binary | 10010011 | 1110000 | 1101100 | 0 | 11000 | 11011 | 101010 | 110 | 1111 | 110010 |
Color Harmonies of #93706C
Complementary color
Monochromatic Colors of #93706C
Black with #93706C
Text Example
Text Example
White with #93706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93706C; }
p { color: rgb(147,112,108); }
H1.HeaderClassName
{
color: #93706C;
}
.AnyTagClassName
{
color: #93706C;
}
</style>
background-color css
<style>
a { background-color: #93706C; }
a { background-color: rgb(147,112,108); }
div.DivClassName
{
background-color: #93706C;
}
.BgClassName
{
background-color: #93706C;
}
</style>
border-color css
<style>
span { border-color: #93706C; }
span { border-color: rgb(147,112,108); }
td.TdClassName
{
border-color: #93706C;
}
.TagClassName
{
border-color: #93706C;
}
</style>