Shades of Patina #6F9583
Tints of Patina #6F9583
RGB
CMYK
RGB Variations
Color information
#6F9583 (or 0x6F9583) is known color: Patina. HEX triplet: 6F, 95 and 83. RGB value is (111,149,131). Sum of RGB (Red+Green+Blue) = 111+149+131=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9583 is #906A7C. Grayscale: #878787. Windows color (decimal): -9464445 or 8623471. OLE color: 8623471.
HSL color Cylindrical-coordinate representation of color #6F9583: hue angle of 151.58º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F9583 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 131 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.42 |
| HSL | 151.58º | 0.15% | 0.51% | - |
| HSV(B) | 151.58º | 0.26% | 0.58% | - |
| XYZ | 21.4 | 26.51 | 25.46 | - |
| YUV | 135.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 131 | 0.26 | 0 | 0.12 | 0.42 | 151.58 | 0.15 | 0.51 |
| Hex | 6F | 95 | 83 | 1A | 0 | C | 2A | 98 | F | 33 |
| Octal | 157 | 225 | 203 | 32 | 0 | 14 | 52 | 230 | 17 | 63 |
| Binary | 1101111 | 10010101 | 10000011 | 11010 | 0 | 1100 | 101010 | 10011000 | 1111 | 110011 |
Color Harmonies of #6F9583
Complementary color
Monochromatic Colors of #6F9583
Black with #6F9583
Text Example
Text Example
White with #6F9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9583; }
p { color: rgb(111,149,131); }
H1.HeaderClassName
{
color: #6F9583;
}
.AnyTagClassName
{
color: #6F9583;
}
</style>
background-color css
<style>
a { background-color: #6F9583; }
a { background-color: rgb(111,149,131); }
div.DivClassName
{
background-color: #6F9583;
}
.BgClassName
{
background-color: #6F9583;
}
</style>
border-color css
<style>
span { border-color: #6F9583; }
span { border-color: rgb(111,149,131); }
td.TdClassName
{
border-color: #6F9583;
}
.TagClassName
{
border-color: #6F9583;
}
</style>