Shades of Patina #699583
Tints of Patina #699583
RGB
CMYK
RGB Variations
Color information
#699583 (or 0x699583) is known color: Patina. HEX triplet: 69, 95 and 83. RGB value is (105,149,131). Sum of RGB (Red+Green+Blue) = 105+149+131=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #699583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699583 is #966A7C. Grayscale: #858585. Windows color (decimal): -9857661 or 8623465. OLE color: 8623465.
HSL color Cylindrical-coordinate representation of color #699583: hue angle of 155.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699583 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 131 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.42 |
| HSL | 155.45º | 0.17% | 0.5% | - |
| HSV(B) | 155.45º | 0.3% | 0.58% | - |
| XYZ | 20.67 | 26.14 | 25.43 | - |
| YUV | 133.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 131 | 0.30 | 0 | 0.12 | 0.42 | 155.45 | 0.17 | 0.5 |
| Hex | 69 | 95 | 83 | 1E | 0 | C | 2A | 9B | 11 | 32 |
| Octal | 151 | 225 | 203 | 36 | 0 | 14 | 52 | 233 | 21 | 62 |
| Binary | 1101001 | 10010101 | 10000011 | 11110 | 0 | 1100 | 101010 | 10011011 | 10001 | 110010 |
Color Harmonies of #699583
Complementary color
Monochromatic Colors of #699583
Black with #699583
Text Example
Text Example
White with #699583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699583; }
p { color: rgb(105,149,131); }
H1.HeaderClassName
{
color: #699583;
}
.AnyTagClassName
{
color: #699583;
}
</style>
background-color css
<style>
a { background-color: #699583; }
a { background-color: rgb(105,149,131); }
div.DivClassName
{
background-color: #699583;
}
.BgClassName
{
background-color: #699583;
}
</style>
border-color css
<style>
span { border-color: #699583; }
span { border-color: rgb(105,149,131); }
td.TdClassName
{
border-color: #699583;
}
.TagClassName
{
border-color: #699583;
}
</style>