Shades of Ferra #93706D
Tints of Ferra #93706D
RGB
CMYK
RGB Variations
Color information
#93706D (or 0x93706D) is known color: Ferra. HEX triplet: 93, 70 and 6D. RGB value is (147,112,109). Sum of RGB (Red+Green+Blue) = 147+112+109=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #93706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93706D is #6C8F92. Grayscale: #7A7A7A. Windows color (decimal): -7114643 or 7172243. OLE color: 7172243.
HSL color Cylindrical-coordinate representation of color #93706D: hue angle of 4.74º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93706D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 109 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.42 |
| HSL | 4.74º | 0.15% | 0.5% | - |
| HSV(B) | 4.74º | 0.26% | 0.58% | - |
| XYZ | 20.59 | 18.9 | 17.03 | - |
| YUV | 122.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 109 | 0 | 0.24 | 0.26 | 0.42 | 4.74 | 0.15 | 0.5 |
| Hex | 93 | 70 | 6D | 0 | 18 | 1A | 2A | 5 | F | 32 |
| Octal | 223 | 160 | 155 | 0 | 30 | 32 | 52 | 5 | 17 | 62 |
| Binary | 10010011 | 1110000 | 1101101 | 0 | 11000 | 11010 | 101010 | 101 | 1111 | 110010 |
Color Harmonies of #93706D
Complementary color
Monochromatic Colors of #93706D
Black with #93706D
Text Example
Text Example
White with #93706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93706D; }
p { color: rgb(147,112,109); }
H1.HeaderClassName
{
color: #93706D;
}
.AnyTagClassName
{
color: #93706D;
}
</style>
background-color css
<style>
a { background-color: #93706D; }
a { background-color: rgb(147,112,109); }
div.DivClassName
{
background-color: #93706D;
}
.BgClassName
{
background-color: #93706D;
}
</style>
border-color css
<style>
span { border-color: #93706D; }
span { border-color: rgb(147,112,109); }
td.TdClassName
{
border-color: #93706D;
}
.TagClassName
{
border-color: #93706D;
}
</style>