Shades of Ferra #8B6D68
Tints of Ferra #8B6D68
RGB
CMYK
RGB Variations
Color information
#8B6D68 (or 0x8B6D68) is known color: Ferra. HEX triplet: 8B, 6D and 68. RGB value is (139,109,104). Sum of RGB (Red+Green+Blue) = 139+109+104=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D68 is #749297. Grayscale: #757575. Windows color (decimal): -7639704 or 6843787. OLE color: 6843787.
HSL color Cylindrical-coordinate representation of color #8B6D68: hue angle of 8.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B6D68 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 104 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.45 |
| HSL | 8.57º | 0.14% | 0.48% | - |
| HSV(B) | 8.57º | 0.25% | 0.55% | - |
| XYZ | 18.61 | 17.43 | 15.48 | - |
| YUV | 117.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 104 | 0 | 0.22 | 0.25 | 0.45 | 8.57 | 0.14 | 0.48 |
| Hex | 8B | 6D | 68 | 0 | 16 | 19 | 2D | 9 | E | 30 |
| Octal | 213 | 155 | 150 | 0 | 26 | 31 | 55 | 11 | 16 | 60 |
| Binary | 10001011 | 1101101 | 1101000 | 0 | 10110 | 11001 | 101101 | 1001 | 1110 | 110000 |
Color Harmonies of #8B6D68
Complementary color
Monochromatic Colors of #8B6D68
Black with #8B6D68
Text Example
Text Example
White with #8B6D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D68; }
p { color: rgb(139,109,104); }
H1.HeaderClassName
{
color: #8B6D68;
}
.AnyTagClassName
{
color: #8B6D68;
}
</style>
background-color css
<style>
a { background-color: #8B6D68; }
a { background-color: rgb(139,109,104); }
div.DivClassName
{
background-color: #8B6D68;
}
.BgClassName
{
background-color: #8B6D68;
}
</style>
border-color css
<style>
span { border-color: #8B6D68; }
span { border-color: rgb(139,109,104); }
td.TdClassName
{
border-color: #8B6D68;
}
.TagClassName
{
border-color: #8B6D68;
}
</style>