Shades of Patina #6C9386
Tints of Patina #6C9386
RGB
CMYK
RGB Variations
Color information
#6C9386 (or 0x6C9386) is known color: Patina. HEX triplet: 6C, 93 and 86. RGB value is (108,147,134). Sum of RGB (Red+Green+Blue) = 108+147+134=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #6C9386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9386 is #936C79. Grayscale: #858585. Windows color (decimal): -9661562 or 8819564. OLE color: 8819564.
HSL color Cylindrical-coordinate representation of color #6C9386: hue angle of 160º degrees, saturation: 0.15, 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 #6C9386 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 147 | 134 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.42 |
| HSL | 160º | 0.15% | 0.5% | - |
| HSV(B) | 160º | 0.27% | 0.58% | - |
| XYZ | 20.92 | 25.78 | 26.43 | - |
| YUV | 133.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 147 | 134 | 0.27 | 0 | 0.09 | 0.42 | 160 | 0.15 | 0.5 |
| Hex | 6C | 93 | 86 | 1B | 0 | 9 | 2A | A0 | F | 32 |
| Octal | 154 | 223 | 206 | 33 | 0 | 11 | 52 | 240 | 17 | 62 |
| Binary | 1101100 | 10010011 | 10000110 | 11011 | 0 | 1001 | 101010 | 10100000 | 1111 | 110010 |
Color Harmonies of #6C9386
Complementary color
Monochromatic Colors of #6C9386
Black with #6C9386
Text Example
Text Example
White with #6C9386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9386; }
p { color: rgb(108,147,134); }
H1.HeaderClassName
{
color: #6C9386;
}
.AnyTagClassName
{
color: #6C9386;
}
</style>
background-color css
<style>
a { background-color: #6C9386; }
a { background-color: rgb(108,147,134); }
div.DivClassName
{
background-color: #6C9386;
}
.BgClassName
{
background-color: #6C9386;
}
</style>
border-color css
<style>
span { border-color: #6C9386; }
span { border-color: rgb(108,147,134); }
td.TdClassName
{
border-color: #6C9386;
}
.TagClassName
{
border-color: #6C9386;
}
</style>