Shades of Patina #6E857C
Tints of Patina #6E857C
RGB
CMYK
RGB Variations
Color information
#6E857C (or 0x6E857C) is known color: Patina. HEX triplet: 6E, 85 and 7C. RGB value is (110,133,124). Sum of RGB (Red+Green+Blue) = 110+133+124=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #6E857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E857C is #917A83. Grayscale: #7D7D7D. Windows color (decimal): -9534084 or 8160622. OLE color: 8160622.
HSL color Cylindrical-coordinate representation of color #6E857C: hue angle of 156.52º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E857C is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 133 | 124 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.48 |
| HSL | 156.52º | 0.09% | 0.48% | - |
| HSV(B) | 156.52º | 0.17% | 0.52% | - |
| XYZ | 18.46 | 21.55 | 22.25 | - |
| YUV | 125.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 133 | 124 | 0.17 | 0 | 0.07 | 0.48 | 156.52 | 0.09 | 0.48 |
| Hex | 6E | 85 | 7C | 11 | 0 | 7 | 30 | 9D | 9 | 30 |
| Octal | 156 | 205 | 174 | 21 | 0 | 7 | 60 | 235 | 11 | 60 |
| Binary | 1101110 | 10000101 | 1111100 | 10001 | 0 | 111 | 110000 | 10011101 | 1001 | 110000 |
Color Harmonies of #6E857C
Complementary color
Monochromatic Colors of #6E857C
Black with #6E857C
Text Example
Text Example
White with #6E857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E857C; }
p { color: rgb(110,133,124); }
H1.HeaderClassName
{
color: #6E857C;
}
.AnyTagClassName
{
color: #6E857C;
}
</style>
background-color css
<style>
a { background-color: #6E857C; }
a { background-color: rgb(110,133,124); }
div.DivClassName
{
background-color: #6E857C;
}
.BgClassName
{
background-color: #6E857C;
}
</style>
border-color css
<style>
span { border-color: #6E857C; }
span { border-color: rgb(110,133,124); }
td.TdClassName
{
border-color: #6E857C;
}
.TagClassName
{
border-color: #6E857C;
}
</style>