Shades of Patina #699085
Tints of Patina #699085
RGB
CMYK
RGB Variations
Color information
#699085 (or 0x699085) is known color: Patina. HEX triplet: 69, 90 and 85. RGB value is (105,144,133). Sum of RGB (Red+Green+Blue) = 105+144+133=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #699085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699085 is #966F7A. Grayscale: #838383. Windows color (decimal): -9858939 or 8753257. OLE color: 8753257.
HSL color Cylindrical-coordinate representation of color #699085: hue angle of 163.08º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699085 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 133 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.44 |
| HSL | 163.08º | 0.16% | 0.49% | - |
| HSV(B) | 163.08º | 0.27% | 0.56% | - |
| XYZ | 20.03 | 24.64 | 25.89 | - |
| YUV | 131.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 133 | 0.27 | 0 | 0.08 | 0.44 | 163.08 | 0.16 | 0.49 |
| Hex | 69 | 90 | 85 | 1B | 0 | 8 | 2C | A3 | 10 | 31 |
| Octal | 151 | 220 | 205 | 33 | 0 | 10 | 54 | 243 | 20 | 61 |
| Binary | 1101001 | 10010000 | 10000101 | 11011 | 0 | 1000 | 101100 | 10100011 | 10000 | 110001 |
Color Harmonies of #699085
Complementary color
Monochromatic Colors of #699085
Black with #699085
Text Example
Text Example
White with #699085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699085; }
p { color: rgb(105,144,133); }
H1.HeaderClassName
{
color: #699085;
}
.AnyTagClassName
{
color: #699085;
}
</style>
background-color css
<style>
a { background-color: #699085; }
a { background-color: rgb(105,144,133); }
div.DivClassName
{
background-color: #699085;
}
.BgClassName
{
background-color: #699085;
}
</style>
border-color css
<style>
span { border-color: #699085; }
span { border-color: rgb(105,144,133); }
td.TdClassName
{
border-color: #699085;
}
.TagClassName
{
border-color: #699085;
}
</style>