Shades of Patina #649181
Tints of Patina #649181
RGB
CMYK
RGB Variations
Color information
#649181 (or 0x649181) is known color: Patina. HEX triplet: 64, 91 and 81. RGB value is (100,145,129). Sum of RGB (Red+Green+Blue) = 100+145+129=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #649181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649181 is #9B6E7E. Grayscale: #818181. Windows color (decimal): -10186367 or 8491364. OLE color: 8491364.
HSL color Cylindrical-coordinate representation of color #649181: hue angle of 158.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649181 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 129 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.43 |
| HSL | 158.67º | 0.18% | 0.48% | - |
| HSV(B) | 158.67º | 0.31% | 0.57% | - |
| XYZ | 19.34 | 24.55 | 24.49 | - |
| YUV | 129.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 129 | 0.31 | 0 | 0.11 | 0.43 | 158.67 | 0.18 | 0.48 |
| Hex | 64 | 91 | 81 | 1F | 0 | B | 2B | 9F | 12 | 30 |
| Octal | 144 | 221 | 201 | 37 | 0 | 13 | 53 | 237 | 22 | 60 |
| Binary | 1100100 | 10010001 | 10000001 | 11111 | 0 | 1011 | 101011 | 10011111 | 10010 | 110000 |
Color Harmonies of #649181
Complementary color
Monochromatic Colors of #649181
Black with #649181
Text Example
Text Example
White with #649181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649181; }
p { color: rgb(100,145,129); }
H1.HeaderClassName
{
color: #649181;
}
.AnyTagClassName
{
color: #649181;
}
</style>
background-color css
<style>
a { background-color: #649181; }
a { background-color: rgb(100,145,129); }
div.DivClassName
{
background-color: #649181;
}
.BgClassName
{
background-color: #649181;
}
</style>
border-color css
<style>
span { border-color: #649181; }
span { border-color: rgb(100,145,129); }
td.TdClassName
{
border-color: #649181;
}
.TagClassName
{
border-color: #649181;
}
</style>