Shades of Patina #649883
Tints of Patina #649883
RGB
CMYK
RGB Variations
Color information
#649883 (or 0x649883) is known color: Patina. HEX triplet: 64, 98 and 83. RGB value is (100,152,131). Sum of RGB (Red+Green+Blue) = 100+152+131=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #649883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649883 is #9B677C. Grayscale: #868686. Windows color (decimal): -10184573 or 8624228. OLE color: 8624228.
HSL color Cylindrical-coordinate representation of color #649883: hue angle of 155.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649883 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 131 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.40 |
| HSL | 155.77º | 0.21% | 0.49% | - |
| HSV(B) | 155.77º | 0.34% | 0.6% | - |
| XYZ | 20.58 | 26.8 | 25.56 | - |
| YUV | 134.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 131 | 0.34 | 0 | 0.14 | 0.40 | 155.77 | 0.21 | 0.49 |
| Hex | 64 | 98 | 83 | 22 | 0 | E | 28 | 9C | 15 | 31 |
| Octal | 144 | 230 | 203 | 42 | 0 | 16 | 50 | 234 | 25 | 61 |
| Binary | 1100100 | 10011000 | 10000011 | 100010 | 0 | 1110 | 101000 | 10011100 | 10101 | 110001 |
Color Harmonies of #649883
Complementary color
Monochromatic Colors of #649883
Black with #649883
Text Example
Text Example
White with #649883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649883; }
p { color: rgb(100,152,131); }
H1.HeaderClassName
{
color: #649883;
}
.AnyTagClassName
{
color: #649883;
}
</style>
background-color css
<style>
a { background-color: #649883; }
a { background-color: rgb(100,152,131); }
div.DivClassName
{
background-color: #649883;
}
.BgClassName
{
background-color: #649883;
}
</style>
border-color css
<style>
span { border-color: #649883; }
span { border-color: rgb(100,152,131); }
td.TdClassName
{
border-color: #649883;
}
.TagClassName
{
border-color: #649883;
}
</style>