Shades of Patina #6E8F82
Tints of Patina #6E8F82
RGB
CMYK
RGB Variations
Color information
#6E8F82 (or 0x6E8F82) is known color: Patina. HEX triplet: 6E, 8F and 82. RGB value is (110,143,130). Sum of RGB (Red+Green+Blue) = 110+143+130=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8F82 is #91707D. Grayscale: #838383. Windows color (decimal): -9531518 or 8556398. OLE color: 8556398.
HSL color Cylindrical-coordinate representation of color #6E8F82: hue angle of 156.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8F82 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 143 | 130 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.44 |
| HSL | 156.36º | 0.13% | 0.5% | - |
| HSV(B) | 156.36º | 0.23% | 0.56% | - |
| XYZ | 20.28 | 24.57 | 24.79 | - |
| YUV | 131.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 130 | 0.23 | 0 | 0.09 | 0.44 | 156.36 | 0.13 | 0.5 |
| Hex | 6E | 8F | 82 | 17 | 0 | 9 | 2C | 9C | D | 32 |
| Octal | 156 | 217 | 202 | 27 | 0 | 11 | 54 | 234 | 15 | 62 |
| Binary | 1101110 | 10001111 | 10000010 | 10111 | 0 | 1001 | 101100 | 10011100 | 1101 | 110010 |
Color Harmonies of #6E8F82
Complementary color
Monochromatic Colors of #6E8F82
Black with #6E8F82
Text Example
Text Example
White with #6E8F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8F82; }
p { color: rgb(110,143,130); }
H1.HeaderClassName
{
color: #6E8F82;
}
.AnyTagClassName
{
color: #6E8F82;
}
</style>
background-color css
<style>
a { background-color: #6E8F82; }
a { background-color: rgb(110,143,130); }
div.DivClassName
{
background-color: #6E8F82;
}
.BgClassName
{
background-color: #6E8F82;
}
</style>
border-color css
<style>
span { border-color: #6E8F82; }
span { border-color: rgb(110,143,130); }
td.TdClassName
{
border-color: #6E8F82;
}
.TagClassName
{
border-color: #6E8F82;
}
</style>