Shades of Patina #6C9B84
Tints of Patina #6C9B84
RGB
CMYK
RGB Variations
Color information
#6C9B84 (or 0x6C9B84) is known color: Patina. HEX triplet: 6C, 9B and 84. RGB value is (108,155,132). Sum of RGB (Red+Green+Blue) = 108+155+132=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #6C9B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9B84 is #93647B. Grayscale: #8A8A8A. Windows color (decimal): -9659516 or 8690540. OLE color: 8690540.
HSL color Cylindrical-coordinate representation of color #6C9B84: hue angle of 150.64º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C9B84 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 155 | 132 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.39 |
| HSL | 150.64º | 0.19% | 0.52% | - |
| HSV(B) | 150.64º | 0.3% | 0.61% | - |
| XYZ | 22.07 | 28.3 | 26.13 | - |
| YUV | 138.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 155 | 132 | 0.30 | 0 | 0.15 | 0.39 | 150.64 | 0.19 | 0.52 |
| Hex | 6C | 9B | 84 | 1E | 0 | F | 27 | 97 | 13 | 34 |
| Octal | 154 | 233 | 204 | 36 | 0 | 17 | 47 | 227 | 23 | 64 |
| Binary | 1101100 | 10011011 | 10000100 | 11110 | 0 | 1111 | 100111 | 10010111 | 10011 | 110100 |
Color Harmonies of #6C9B84
Complementary color
Monochromatic Colors of #6C9B84
Black with #6C9B84
Text Example
Text Example
White with #6C9B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9B84; }
p { color: rgb(108,155,132); }
H1.HeaderClassName
{
color: #6C9B84;
}
.AnyTagClassName
{
color: #6C9B84;
}
</style>
background-color css
<style>
a { background-color: #6C9B84; }
a { background-color: rgb(108,155,132); }
div.DivClassName
{
background-color: #6C9B84;
}
.BgClassName
{
background-color: #6C9B84;
}
</style>
border-color css
<style>
span { border-color: #6C9B84; }
span { border-color: rgb(108,155,132); }
td.TdClassName
{
border-color: #6C9B84;
}
.TagClassName
{
border-color: #6C9B84;
}
</style>