Shades of Patina #6B9C84
Tints of Patina #6B9C84
RGB
CMYK
RGB Variations
Color information
#6B9C84 (or 0x6B9C84) is known color: Patina. HEX triplet: 6B, 9C and 84. RGB value is (107,156,132). Sum of RGB (Red+Green+Blue) = 107+156+132=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9C84 is #94637B. Grayscale: #8A8A8A. Windows color (decimal): -9724796 or 8690795. OLE color: 8690795.
HSL color Cylindrical-coordinate representation of color #6B9C84: hue angle of 150.61º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9C84 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 156 | 132 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.39 |
| HSL | 150.61º | 0.2% | 0.52% | - |
| HSV(B) | 150.61º | 0.31% | 0.61% | - |
| XYZ | 22.12 | 28.57 | 26.18 | - |
| YUV | 138.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 132 | 0.31 | 0 | 0.15 | 0.39 | 150.61 | 0.2 | 0.52 |
| Hex | 6B | 9C | 84 | 1F | 0 | F | 27 | 97 | 14 | 34 |
| Octal | 153 | 234 | 204 | 37 | 0 | 17 | 47 | 227 | 24 | 64 |
| Binary | 1101011 | 10011100 | 10000100 | 11111 | 0 | 1111 | 100111 | 10010111 | 10100 | 110100 |
Color Harmonies of #6B9C84
Complementary color
Monochromatic Colors of #6B9C84
Black with #6B9C84
Text Example
Text Example
White with #6B9C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9C84; }
p { color: rgb(107,156,132); }
H1.HeaderClassName
{
color: #6B9C84;
}
.AnyTagClassName
{
color: #6B9C84;
}
</style>
background-color css
<style>
a { background-color: #6B9C84; }
a { background-color: rgb(107,156,132); }
div.DivClassName
{
background-color: #6B9C84;
}
.BgClassName
{
background-color: #6B9C84;
}
</style>
border-color css
<style>
span { border-color: #6B9C84; }
span { border-color: rgb(107,156,132); }
td.TdClassName
{
border-color: #6B9C84;
}
.TagClassName
{
border-color: #6B9C84;
}
</style>