Shades of Patina #699183
Tints of Patina #699183
RGB
CMYK
RGB Variations
Color information
#699183 (or 0x699183) is known color: Patina. HEX triplet: 69, 91 and 83. RGB value is (105,145,131). Sum of RGB (Red+Green+Blue) = 105+145+131=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #699183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699183 is #966E7C. Grayscale: #838383. Windows color (decimal): -9858685 or 8622441. OLE color: 8622441.
HSL color Cylindrical-coordinate representation of color #699183: hue angle of 159º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699183 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 131 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.43 |
| HSL | 159º | 0.16% | 0.49% | - |
| HSV(B) | 159º | 0.28% | 0.57% | - |
| XYZ | 20.05 | 24.89 | 25.22 | - |
| YUV | 131.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 131 | 0.28 | 0 | 0.10 | 0.43 | 159 | 0.16 | 0.49 |
| Hex | 69 | 91 | 83 | 1C | 0 | A | 2B | 9F | 10 | 31 |
| Octal | 151 | 221 | 203 | 34 | 0 | 12 | 53 | 237 | 20 | 61 |
| Binary | 1101001 | 10010001 | 10000011 | 11100 | 0 | 1010 | 101011 | 10011111 | 10000 | 110001 |
Color Harmonies of #699183
Complementary color
Monochromatic Colors of #699183
Black with #699183
Text Example
Text Example
White with #699183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699183; }
p { color: rgb(105,145,131); }
H1.HeaderClassName
{
color: #699183;
}
.AnyTagClassName
{
color: #699183;
}
</style>
background-color css
<style>
a { background-color: #699183; }
a { background-color: rgb(105,145,131); }
div.DivClassName
{
background-color: #699183;
}
.BgClassName
{
background-color: #699183;
}
</style>
border-color css
<style>
span { border-color: #699183; }
span { border-color: rgb(105,145,131); }
td.TdClassName
{
border-color: #699183;
}
.TagClassName
{
border-color: #699183;
}
</style>