Shades of Patina #6A8D83
Tints of Patina #6A8D83
RGB
CMYK
RGB Variations
Color information
#6A8D83 (or 0x6A8D83) is known color: Patina. HEX triplet: 6A, 8D and 83. RGB value is (106,141,131). Sum of RGB (Red+Green+Blue) = 106+141+131=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8D83 is #95727C. Grayscale: #818181. Windows color (decimal): -9794173 or 8621418. OLE color: 8621418.
HSL color Cylindrical-coordinate representation of color #6A8D83: hue angle of 162.86º 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 #6A8D83 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 141 | 131 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.45 |
| HSL | 162.86º | 0.14% | 0.48% | - |
| HSV(B) | 162.86º | 0.25% | 0.55% | - |
| XYZ | 19.57 | 23.75 | 25.03 | - |
| YUV | 129.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 131 | 0.25 | 0 | 0.07 | 0.45 | 162.86 | 0.14 | 0.48 |
| Hex | 6A | 8D | 83 | 19 | 0 | 7 | 2D | A3 | E | 30 |
| Octal | 152 | 215 | 203 | 31 | 0 | 7 | 55 | 243 | 16 | 60 |
| Binary | 1101010 | 10001101 | 10000011 | 11001 | 0 | 111 | 101101 | 10100011 | 1110 | 110000 |
Color Harmonies of #6A8D83
Complementary color
Monochromatic Colors of #6A8D83
Black with #6A8D83
Text Example
Text Example
White with #6A8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8D83; }
p { color: rgb(106,141,131); }
H1.HeaderClassName
{
color: #6A8D83;
}
.AnyTagClassName
{
color: #6A8D83;
}
</style>
background-color css
<style>
a { background-color: #6A8D83; }
a { background-color: rgb(106,141,131); }
div.DivClassName
{
background-color: #6A8D83;
}
.BgClassName
{
background-color: #6A8D83;
}
</style>
border-color css
<style>
span { border-color: #6A8D83; }
span { border-color: rgb(106,141,131); }
td.TdClassName
{
border-color: #6A8D83;
}
.TagClassName
{
border-color: #6A8D83;
}
</style>