Shades of Patina #6C9784
Tints of Patina #6C9784
RGB
CMYK
RGB Variations
Color information
#6C9784 (or 0x6C9784) is known color: Patina. HEX triplet: 6C, 97 and 84. RGB value is (108,151,132). Sum of RGB (Red+Green+Blue) = 108+151+132=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #6C9784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9784 is #93687B. Grayscale: #888888. Windows color (decimal): -9660540 or 8689516. OLE color: 8689516.
HSL color Cylindrical-coordinate representation of color #6C9784: hue angle of 153.49º 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 #6C9784 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 151 | 132 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.41 |
| HSL | 153.49º | 0.17% | 0.51% | - |
| HSV(B) | 153.49º | 0.28% | 0.59% | - |
| XYZ | 21.42 | 26.99 | 25.91 | - |
| YUV | 135.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 151 | 132 | 0.28 | 0 | 0.13 | 0.41 | 153.49 | 0.17 | 0.51 |
| Hex | 6C | 97 | 84 | 1C | 0 | D | 29 | 99 | 11 | 33 |
| Octal | 154 | 227 | 204 | 34 | 0 | 15 | 51 | 231 | 21 | 63 |
| Binary | 1101100 | 10010111 | 10000100 | 11100 | 0 | 1101 | 101001 | 10011001 | 10001 | 110011 |
Color Harmonies of #6C9784
Complementary color
Monochromatic Colors of #6C9784
Black with #6C9784
Text Example
Text Example
White with #6C9784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9784; }
p { color: rgb(108,151,132); }
H1.HeaderClassName
{
color: #6C9784;
}
.AnyTagClassName
{
color: #6C9784;
}
</style>
background-color css
<style>
a { background-color: #6C9784; }
a { background-color: rgb(108,151,132); }
div.DivClassName
{
background-color: #6C9784;
}
.BgClassName
{
background-color: #6C9784;
}
</style>
border-color css
<style>
span { border-color: #6C9784; }
span { border-color: rgb(108,151,132); }
td.TdClassName
{
border-color: #6C9784;
}
.TagClassName
{
border-color: #6C9784;
}
</style>