Shades of Patina #6D9685
Tints of Patina #6D9685
RGB
CMYK
RGB Variations
Color information
#6D9685 (or 0x6D9685) is known color: Patina. HEX triplet: 6D, 96 and 85. RGB value is (109,150,133). Sum of RGB (Red+Green+Blue) = 109+150+133=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #6D9685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9685 is #92697A. Grayscale: #878787. Windows color (decimal): -9595259 or 8754797. OLE color: 8754797.
HSL color Cylindrical-coordinate representation of color #6D9685: hue angle of 155.12º 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 #6D9685 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 150 | 133 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.41 |
| HSL | 155.12º | 0.16% | 0.51% | - |
| HSV(B) | 155.12º | 0.27% | 0.59% | - |
| XYZ | 21.45 | 26.76 | 26.22 | - |
| YUV | 135.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 133 | 0.27 | 0 | 0.11 | 0.41 | 155.12 | 0.16 | 0.51 |
| Hex | 6D | 96 | 85 | 1B | 0 | B | 29 | 9B | 10 | 33 |
| Octal | 155 | 226 | 205 | 33 | 0 | 13 | 51 | 233 | 20 | 63 |
| Binary | 1101101 | 10010110 | 10000101 | 11011 | 0 | 1011 | 101001 | 10011011 | 10000 | 110011 |
Color Harmonies of #6D9685
Complementary color
Monochromatic Colors of #6D9685
Black with #6D9685
Text Example
Text Example
White with #6D9685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9685; }
p { color: rgb(109,150,133); }
H1.HeaderClassName
{
color: #6D9685;
}
.AnyTagClassName
{
color: #6D9685;
}
</style>
background-color css
<style>
a { background-color: #6D9685; }
a { background-color: rgb(109,150,133); }
div.DivClassName
{
background-color: #6D9685;
}
.BgClassName
{
background-color: #6D9685;
}
</style>
border-color css
<style>
span { border-color: #6D9685; }
span { border-color: rgb(109,150,133); }
td.TdClassName
{
border-color: #6D9685;
}
.TagClassName
{
border-color: #6D9685;
}
</style>