Shades of Patina #6F9281
Tints of Patina #6F9281
RGB
CMYK
RGB Variations
Color information
#6F9281 (or 0x6F9281) is known color: Patina. HEX triplet: 6F, 92 and 81. RGB value is (111,146,129). Sum of RGB (Red+Green+Blue) = 111+146+129=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9281 is #906D7E. Grayscale: #858585. Windows color (decimal): -9465215 or 8491631. OLE color: 8491631.
HSL color Cylindrical-coordinate representation of color #6F9281: hue angle of 150.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9281 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 129 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.43 |
| HSL | 150.86º | 0.14% | 0.5% | - |
| HSV(B) | 150.86º | 0.24% | 0.57% | - |
| XYZ | 20.8 | 25.52 | 24.6 | - |
| YUV | 133.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 129 | 0.24 | 0 | 0.12 | 0.43 | 150.86 | 0.14 | 0.5 |
| Hex | 6F | 92 | 81 | 18 | 0 | C | 2B | 97 | E | 32 |
| Octal | 157 | 222 | 201 | 30 | 0 | 14 | 53 | 227 | 16 | 62 |
| Binary | 1101111 | 10010010 | 10000001 | 11000 | 0 | 1100 | 101011 | 10010111 | 1110 | 110010 |
Color Harmonies of #6F9281
Complementary color
Monochromatic Colors of #6F9281
Black with #6F9281
Text Example
Text Example
White with #6F9281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9281; }
p { color: rgb(111,146,129); }
H1.HeaderClassName
{
color: #6F9281;
}
.AnyTagClassName
{
color: #6F9281;
}
</style>
background-color css
<style>
a { background-color: #6F9281; }
a { background-color: rgb(111,146,129); }
div.DivClassName
{
background-color: #6F9281;
}
.BgClassName
{
background-color: #6F9281;
}
</style>
border-color css
<style>
span { border-color: #6F9281; }
span { border-color: rgb(111,146,129); }
td.TdClassName
{
border-color: #6F9281;
}
.TagClassName
{
border-color: #6F9281;
}
</style>