Shades of Patina #6D9683
Tints of Patina #6D9683
RGB
CMYK
RGB Variations
Color information
#6D9683 (or 0x6D9683) is known color: Patina. HEX triplet: 6D, 96 and 83. RGB value is (109,150,131). Sum of RGB (Red+Green+Blue) = 109+150+131=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #6D9683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9683 is #92697C. Grayscale: #878787. Windows color (decimal): -9595261 or 8623725. OLE color: 8623725.
HSL color Cylindrical-coordinate representation of color #6D9683: hue angle of 152.2º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D9683 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 150 | 131 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.41 |
| HSL | 152.2º | 0.16% | 0.51% | - |
| HSV(B) | 152.2º | 0.27% | 0.59% | - |
| XYZ | 21.31 | 26.7 | 25.5 | - |
| YUV | 135.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 131 | 0.27 | 0 | 0.13 | 0.41 | 152.2 | 0.16 | 0.51 |
| Hex | 6D | 96 | 83 | 1B | 0 | D | 29 | 98 | 10 | 33 |
| Octal | 155 | 226 | 203 | 33 | 0 | 15 | 51 | 230 | 20 | 63 |
| Binary | 1101101 | 10010110 | 10000011 | 11011 | 0 | 1101 | 101001 | 10011000 | 10000 | 110011 |
Color Harmonies of #6D9683
Complementary color
Monochromatic Colors of #6D9683
Black with #6D9683
Text Example
Text Example
White with #6D9683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9683; }
p { color: rgb(109,150,131); }
H1.HeaderClassName
{
color: #6D9683;
}
.AnyTagClassName
{
color: #6D9683;
}
</style>
background-color css
<style>
a { background-color: #6D9683; }
a { background-color: rgb(109,150,131); }
div.DivClassName
{
background-color: #6D9683;
}
.BgClassName
{
background-color: #6D9683;
}
</style>
border-color css
<style>
span { border-color: #6D9683; }
span { border-color: rgb(109,150,131); }
td.TdClassName
{
border-color: #6D9683;
}
.TagClassName
{
border-color: #6D9683;
}
</style>