Shades of Ferra #806D6D
Tints of Ferra #806D6D
RGB
CMYK
RGB Variations
Color information
#806D6D (or 0x806D6D) is known color: Ferra. HEX triplet: 80, 6D and 6D. RGB value is (128,109,109). Sum of RGB (Red+Green+Blue) = 128+109+109=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #806D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D6D is #7F9292. Grayscale: #727272. Windows color (decimal): -8360595 or 7171456. OLE color: 7171456.
HSL color Cylindrical-coordinate representation of color #806D6D: hue angle of 0º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #806D6D is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 109 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.50 |
| HSL | 0º | 0.08% | 0.46% | - |
| HSV(B) | 0º | 0.15% | 0.5% | - |
| XYZ | 17.13 | 16.63 | 16.78 | - |
| YUV | 114.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 109 | 0 | 0.15 | 0.15 | 0.50 | 0 | 0.08 | 0.46 |
| Hex | 80 | 6D | 6D | 0 | F | F | 32 | 0 | 8 | 2E |
| Octal | 200 | 155 | 155 | 0 | 17 | 17 | 62 | 0 | 10 | 56 |
| Binary | 10000000 | 1101101 | 1101101 | 0 | 1111 | 1111 | 110010 | 0 | 1000 | 101110 |
Color Harmonies of #806D6D
Complementary color
Monochromatic Colors of #806D6D
Black with #806D6D
Text Example
Text Example
White with #806D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D6D; }
p { color: rgb(128,109,109); }
H1.HeaderClassName
{
color: #806D6D;
}
.AnyTagClassName
{
color: #806D6D;
}
</style>
background-color css
<style>
a { background-color: #806D6D; }
a { background-color: rgb(128,109,109); }
div.DivClassName
{
background-color: #806D6D;
}
.BgClassName
{
background-color: #806D6D;
}
</style>
border-color css
<style>
span { border-color: #806D6D; }
span { border-color: rgb(128,109,109); }
td.TdClassName
{
border-color: #806D6D;
}
.TagClassName
{
border-color: #806D6D;
}
</style>