Shades of Patina #649C83
Tints of Patina #649C83
RGB
CMYK
RGB Variations
Color information
#649C83 (or 0x649C83) is known color: Patina. HEX triplet: 64, 9C and 83. RGB value is (100,156,131). Sum of RGB (Red+Green+Blue) = 100+156+131=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #649C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649C83 is #9B637C. Grayscale: #888888. Windows color (decimal): -10183549 or 8625252. OLE color: 8625252.
HSL color Cylindrical-coordinate representation of color #649C83: hue angle of 153.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C83 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 131 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.39 |
| HSL | 153.21º | 0.22% | 0.5% | - |
| HSV(B) | 153.21º | 0.36% | 0.61% | - |
| XYZ | 21.24 | 28.12 | 25.78 | - |
| YUV | 136.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 131 | 0.36 | 0 | 0.16 | 0.39 | 153.21 | 0.22 | 0.5 |
| Hex | 64 | 9C | 83 | 24 | 0 | 10 | 27 | 99 | 16 | 32 |
| Octal | 144 | 234 | 203 | 44 | 0 | 20 | 47 | 231 | 26 | 62 |
| Binary | 1100100 | 10011100 | 10000011 | 100100 | 0 | 10000 | 100111 | 10011001 | 10110 | 110010 |
Color Harmonies of #649C83
Complementary color
Monochromatic Colors of #649C83
Black with #649C83
Text Example
Text Example
White with #649C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C83; }
p { color: rgb(100,156,131); }
H1.HeaderClassName
{
color: #649C83;
}
.AnyTagClassName
{
color: #649C83;
}
</style>
background-color css
<style>
a { background-color: #649C83; }
a { background-color: rgb(100,156,131); }
div.DivClassName
{
background-color: #649C83;
}
.BgClassName
{
background-color: #649C83;
}
</style>
border-color css
<style>
span { border-color: #649C83; }
span { border-color: rgb(100,156,131); }
td.TdClassName
{
border-color: #649C83;
}
.TagClassName
{
border-color: #649C83;
}
</style>