Shades of Ferra #8B6562
Tints of Ferra #8B6562
RGB
CMYK
RGB Variations
Color information
#8B6562 (or 0x8B6562) is known color: Ferra. HEX triplet: 8B, 65 and 62. RGB value is (139,101,98). Sum of RGB (Red+Green+Blue) = 139+101+98=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6562 is #749A9D. Grayscale: #707070. Windows color (decimal): -7641758 or 6448523. OLE color: 6448523.
HSL color Cylindrical-coordinate representation of color #8B6562: hue angle of 4.39º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6562 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 98 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.45 |
| HSL | 4.39º | 0.17% | 0.46% | - |
| HSV(B) | 4.39º | 0.29% | 0.55% | - |
| XYZ | 17.51 | 15.68 | 13.66 | - |
| YUV | 112.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 98 | 0 | 0.27 | 0.29 | 0.45 | 4.39 | 0.17 | 0.46 |
| Hex | 8B | 65 | 62 | 0 | 1B | 1D | 2D | 4 | 11 | 2E |
| Octal | 213 | 145 | 142 | 0 | 33 | 35 | 55 | 4 | 21 | 56 |
| Binary | 10001011 | 1100101 | 1100010 | 0 | 11011 | 11101 | 101101 | 100 | 10001 | 101110 |
Color Harmonies of #8B6562
Complementary color
Monochromatic Colors of #8B6562
Black with #8B6562
Text Example
Text Example
White with #8B6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6562; }
p { color: rgb(139,101,98); }
H1.HeaderClassName
{
color: #8B6562;
}
.AnyTagClassName
{
color: #8B6562;
}
</style>
background-color css
<style>
a { background-color: #8B6562; }
a { background-color: rgb(139,101,98); }
div.DivClassName
{
background-color: #8B6562;
}
.BgClassName
{
background-color: #8B6562;
}
</style>
border-color css
<style>
span { border-color: #8B6562; }
span { border-color: rgb(139,101,98); }
td.TdClassName
{
border-color: #8B6562;
}
.TagClassName
{
border-color: #8B6562;
}
</style>