Shades of Patina #6C9484
Tints of Patina #6C9484
RGB
CMYK
RGB Variations
Color information
#6C9484 (or 0x6C9484) is known color: Patina. HEX triplet: 6C, 94 and 84. RGB value is (108,148,132). Sum of RGB (Red+Green+Blue) = 108+148+132=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9484 is #936B7B. Grayscale: #868686. Windows color (decimal): -9661308 or 8688748. OLE color: 8688748.
HSL color Cylindrical-coordinate representation of color #6C9484: hue angle of 156º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C9484 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 148 | 132 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.42 |
| HSL | 156º | 0.16% | 0.5% | - |
| HSV(B) | 156º | 0.27% | 0.58% | - |
| XYZ | 20.94 | 26.03 | 25.75 | - |
| YUV | 134.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 148 | 132 | 0.27 | 0 | 0.11 | 0.42 | 156 | 0.16 | 0.5 |
| Hex | 6C | 94 | 84 | 1B | 0 | B | 2A | 9C | 10 | 32 |
| Octal | 154 | 224 | 204 | 33 | 0 | 13 | 52 | 234 | 20 | 62 |
| Binary | 1101100 | 10010100 | 10000100 | 11011 | 0 | 1011 | 101010 | 10011100 | 10000 | 110010 |
Color Harmonies of #6C9484
Complementary color
Monochromatic Colors of #6C9484
Black with #6C9484
Text Example
Text Example
White with #6C9484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9484; }
p { color: rgb(108,148,132); }
H1.HeaderClassName
{
color: #6C9484;
}
.AnyTagClassName
{
color: #6C9484;
}
</style>
background-color css
<style>
a { background-color: #6C9484; }
a { background-color: rgb(108,148,132); }
div.DivClassName
{
background-color: #6C9484;
}
.BgClassName
{
background-color: #6C9484;
}
</style>
border-color css
<style>
span { border-color: #6C9484; }
span { border-color: rgb(108,148,132); }
td.TdClassName
{
border-color: #6C9484;
}
.TagClassName
{
border-color: #6C9484;
}
</style>