Shades of Patina #6B9385
Tints of Patina #6B9385
RGB
CMYK
RGB Variations
Color information
#6B9385 (or 0x6B9385) is known color: Patina. HEX triplet: 6B, 93 and 85. RGB value is (107,147,133). Sum of RGB (Red+Green+Blue) = 107+147+133=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9385 is #946C7A. Grayscale: #858585. Windows color (decimal): -9727099 or 8754027. OLE color: 8754027.
HSL color Cylindrical-coordinate representation of color #6B9385: hue angle of 159º 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 #6B9385 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 133 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.42 |
| HSL | 159º | 0.16% | 0.5% | - |
| HSV(B) | 159º | 0.27% | 0.58% | - |
| XYZ | 20.73 | 25.69 | 26.06 | - |
| YUV | 133.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 133 | 0.27 | 0 | 0.10 | 0.42 | 159 | 0.16 | 0.5 |
| Hex | 6B | 93 | 85 | 1B | 0 | A | 2A | 9F | 10 | 32 |
| Octal | 153 | 223 | 205 | 33 | 0 | 12 | 52 | 237 | 20 | 62 |
| Binary | 1101011 | 10010011 | 10000101 | 11011 | 0 | 1010 | 101010 | 10011111 | 10000 | 110010 |
Color Harmonies of #6B9385
Complementary color
Monochromatic Colors of #6B9385
Black with #6B9385
Text Example
Text Example
White with #6B9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9385; }
p { color: rgb(107,147,133); }
H1.HeaderClassName
{
color: #6B9385;
}
.AnyTagClassName
{
color: #6B9385;
}
</style>
background-color css
<style>
a { background-color: #6B9385; }
a { background-color: rgb(107,147,133); }
div.DivClassName
{
background-color: #6B9385;
}
.BgClassName
{
background-color: #6B9385;
}
</style>
border-color css
<style>
span { border-color: #6B9385; }
span { border-color: rgb(107,147,133); }
td.TdClassName
{
border-color: #6B9385;
}
.TagClassName
{
border-color: #6B9385;
}
</style>