Shades of Patina #648880
Tints of Patina #648880
RGB
CMYK
RGB Variations
Color information
#648880 (or 0x648880) is known color: Patina. HEX triplet: 64, 88 and 80. RGB value is (100,136,128). Sum of RGB (Red+Green+Blue) = 100+136+128=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #648880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648880 is #9B777F. Grayscale: #7C7C7C. Windows color (decimal): -10188672 or 8423524. OLE color: 8423524.
HSL color Cylindrical-coordinate representation of color #648880: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648880 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 128 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.47 |
| HSL | 166.67º | 0.15% | 0.46% | - |
| HSV(B) | 166.67º | 0.26% | 0.53% | - |
| XYZ | 17.96 | 21.88 | 23.7 | - |
| YUV | 124.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 128 | 0.26 | 0 | 0.06 | 0.47 | 166.67 | 0.15 | 0.46 |
| Hex | 64 | 88 | 80 | 1A | 0 | 6 | 2F | A7 | F | 2E |
| Octal | 144 | 210 | 200 | 32 | 0 | 6 | 57 | 247 | 17 | 56 |
| Binary | 1100100 | 10001000 | 10000000 | 11010 | 0 | 110 | 101111 | 10100111 | 1111 | 101110 |
Color Harmonies of #648880
Complementary color
Monochromatic Colors of #648880
Black with #648880
Text Example
Text Example
White with #648880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648880; }
p { color: rgb(100,136,128); }
H1.HeaderClassName
{
color: #648880;
}
.AnyTagClassName
{
color: #648880;
}
</style>
background-color css
<style>
a { background-color: #648880; }
a { background-color: rgb(100,136,128); }
div.DivClassName
{
background-color: #648880;
}
.BgClassName
{
background-color: #648880;
}
</style>
border-color css
<style>
span { border-color: #648880; }
span { border-color: rgb(100,136,128); }
td.TdClassName
{
border-color: #648880;
}
.TagClassName
{
border-color: #648880;
}
</style>