Shades of Patina #6C9685
Tints of Patina #6C9685
RGB
CMYK
RGB Variations
Color information
#6C9685 (or 0x6C9685) is known color: Patina. HEX triplet: 6C, 96 and 85. RGB value is (108,150,133). Sum of RGB (Red+Green+Blue) = 108+150+133=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #6C9685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9685 is #93697A. Grayscale: #878787. Windows color (decimal): -9660795 or 8754796. OLE color: 8754796.
HSL color Cylindrical-coordinate representation of color #6C9685: hue angle of 155.71º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C9685 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 150 | 133 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.41 |
| HSL | 155.71º | 0.17% | 0.51% | - |
| HSV(B) | 155.71º | 0.28% | 0.59% | - |
| XYZ | 21.32 | 26.69 | 26.22 | - |
| YUV | 135.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 150 | 133 | 0.28 | 0 | 0.11 | 0.41 | 155.71 | 0.17 | 0.51 |
| Hex | 6C | 96 | 85 | 1C | 0 | B | 29 | 9C | 11 | 33 |
| Octal | 154 | 226 | 205 | 34 | 0 | 13 | 51 | 234 | 21 | 63 |
| Binary | 1101100 | 10010110 | 10000101 | 11100 | 0 | 1011 | 101001 | 10011100 | 10001 | 110011 |
Color Harmonies of #6C9685
Complementary color
Monochromatic Colors of #6C9685
Black with #6C9685
Text Example
Text Example
White with #6C9685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9685; }
p { color: rgb(108,150,133); }
H1.HeaderClassName
{
color: #6C9685;
}
.AnyTagClassName
{
color: #6C9685;
}
</style>
background-color css
<style>
a { background-color: #6C9685; }
a { background-color: rgb(108,150,133); }
div.DivClassName
{
background-color: #6C9685;
}
.BgClassName
{
background-color: #6C9685;
}
</style>
border-color css
<style>
span { border-color: #6C9685; }
span { border-color: rgb(108,150,133); }
td.TdClassName
{
border-color: #6C9685;
}
.TagClassName
{
border-color: #6C9685;
}
</style>