Shades of Patina #6E8D83
Tints of Patina #6E8D83
RGB
CMYK
RGB Variations
Color information
#6E8D83 (or 0x6E8D83) is known color: Patina. HEX triplet: 6E, 8D and 83. RGB value is (110,141,131). Sum of RGB (Red+Green+Blue) = 110+141+131=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8D83 is #91727C. Grayscale: #828282. Windows color (decimal): -9532029 or 8621422. OLE color: 8621422.
HSL color Cylindrical-coordinate representation of color #6E8D83: hue angle of 160.65º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E8D83 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 141 | 131 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.45 |
| HSL | 160.65º | 0.12% | 0.49% | - |
| HSV(B) | 160.65º | 0.22% | 0.55% | - |
| XYZ | 20.05 | 24 | 25.05 | - |
| YUV | 130.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 131 | 0.22 | 0 | 0.07 | 0.45 | 160.65 | 0.12 | 0.49 |
| Hex | 6E | 8D | 83 | 16 | 0 | 7 | 2D | A1 | C | 31 |
| Octal | 156 | 215 | 203 | 26 | 0 | 7 | 55 | 241 | 14 | 61 |
| Binary | 1101110 | 10001101 | 10000011 | 10110 | 0 | 111 | 101101 | 10100001 | 1100 | 110001 |
Color Harmonies of #6E8D83
Complementary color
Monochromatic Colors of #6E8D83
Black with #6E8D83
Text Example
Text Example
White with #6E8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8D83; }
p { color: rgb(110,141,131); }
H1.HeaderClassName
{
color: #6E8D83;
}
.AnyTagClassName
{
color: #6E8D83;
}
</style>
background-color css
<style>
a { background-color: #6E8D83; }
a { background-color: rgb(110,141,131); }
div.DivClassName
{
background-color: #6E8D83;
}
.BgClassName
{
background-color: #6E8D83;
}
</style>
border-color css
<style>
span { border-color: #6E8D83; }
span { border-color: rgb(110,141,131); }
td.TdClassName
{
border-color: #6E8D83;
}
.TagClassName
{
border-color: #6E8D83;
}
</style>