Shades of Patina #649383
Tints of Patina #649383
RGB
CMYK
RGB Variations
Color information
#649383 (or 0x649383) is known color: Patina. HEX triplet: 64, 93 and 83. RGB value is (100,147,131). Sum of RGB (Red+Green+Blue) = 100+147+131=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #649383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649383 is #9B6C7C. Grayscale: #838383. Windows color (decimal): -10185853 or 8622948. OLE color: 8622948.
HSL color Cylindrical-coordinate representation of color #649383: hue angle of 159.57º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649383 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 131 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.42 |
| HSL | 159.57º | 0.19% | 0.48% | - |
| HSV(B) | 159.57º | 0.32% | 0.58% | - |
| XYZ | 19.79 | 25.22 | 25.3 | - |
| YUV | 131.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 131 | 0.32 | 0 | 0.11 | 0.42 | 159.57 | 0.19 | 0.48 |
| Hex | 64 | 93 | 83 | 20 | 0 | B | 2A | A0 | 13 | 30 |
| Octal | 144 | 223 | 203 | 40 | 0 | 13 | 52 | 240 | 23 | 60 |
| Binary | 1100100 | 10010011 | 10000011 | 100000 | 0 | 1011 | 101010 | 10100000 | 10011 | 110000 |
Color Harmonies of #649383
Complementary color
Monochromatic Colors of #649383
Black with #649383
Text Example
Text Example
White with #649383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649383; }
p { color: rgb(100,147,131); }
H1.HeaderClassName
{
color: #649383;
}
.AnyTagClassName
{
color: #649383;
}
</style>
background-color css
<style>
a { background-color: #649383; }
a { background-color: rgb(100,147,131); }
div.DivClassName
{
background-color: #649383;
}
.BgClassName
{
background-color: #649383;
}
</style>
border-color css
<style>
span { border-color: #649383; }
span { border-color: rgb(100,147,131); }
td.TdClassName
{
border-color: #649383;
}
.TagClassName
{
border-color: #649383;
}
</style>