Shades of Patina #6B9B85
Tints of Patina #6B9B85
RGB
CMYK
RGB Variations
Color information
#6B9B85 (or 0x6B9B85) is known color: Patina. HEX triplet: 6B, 9B and 85. RGB value is (107,155,133). Sum of RGB (Red+Green+Blue) = 107+155+133=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B85 is #94647A. Grayscale: #8A8A8A. Windows color (decimal): -9725051 or 8756075. OLE color: 8756075.
HSL color Cylindrical-coordinate representation of color #6B9B85: hue angle of 152.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B85 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 155 | 133 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.39 |
| HSL | 152.5º | 0.19% | 0.51% | - |
| HSV(B) | 152.5º | 0.31% | 0.61% | - |
| XYZ | 22.02 | 28.26 | 26.48 | - |
| YUV | 138.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 133 | 0.31 | 0 | 0.14 | 0.39 | 152.5 | 0.19 | 0.51 |
| Hex | 6B | 9B | 85 | 1F | 0 | E | 27 | 98 | 13 | 33 |
| Octal | 153 | 233 | 205 | 37 | 0 | 16 | 47 | 230 | 23 | 63 |
| Binary | 1101011 | 10011011 | 10000101 | 11111 | 0 | 1110 | 100111 | 10011000 | 10011 | 110011 |
Color Harmonies of #6B9B85
Complementary color
Monochromatic Colors of #6B9B85
Black with #6B9B85
Text Example
Text Example
White with #6B9B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9B85; }
p { color: rgb(107,155,133); }
H1.HeaderClassName
{
color: #6B9B85;
}
.AnyTagClassName
{
color: #6B9B85;
}
</style>
background-color css
<style>
a { background-color: #6B9B85; }
a { background-color: rgb(107,155,133); }
div.DivClassName
{
background-color: #6B9B85;
}
.BgClassName
{
background-color: #6B9B85;
}
</style>
border-color css
<style>
span { border-color: #6B9B85; }
span { border-color: rgb(107,155,133); }
td.TdClassName
{
border-color: #6B9B85;
}
.TagClassName
{
border-color: #6B9B85;
}
</style>