Shades of Patina #659C83
Tints of Patina #659C83
RGB
CMYK
RGB Variations
Color information
#659C83 (or 0x659C83) is known color: Patina. HEX triplet: 65, 9C and 83. RGB value is (101,156,131). Sum of RGB (Red+Green+Blue) = 101+156+131=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #659C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C83 is #9A637C. Grayscale: #888888. Windows color (decimal): -10118013 or 8625253. OLE color: 8625253.
HSL color Cylindrical-coordinate representation of color #659C83: hue angle of 152.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C83 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 131 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.39 |
| HSL | 152.73º | 0.22% | 0.5% | - |
| HSV(B) | 152.73º | 0.35% | 0.61% | - |
| XYZ | 21.35 | 28.18 | 25.79 | - |
| YUV | 136.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 131 | 0.35 | 0 | 0.16 | 0.39 | 152.73 | 0.22 | 0.5 |
| Hex | 65 | 9C | 83 | 23 | 0 | 10 | 27 | 99 | 16 | 32 |
| Octal | 145 | 234 | 203 | 43 | 0 | 20 | 47 | 231 | 26 | 62 |
| Binary | 1100101 | 10011100 | 10000011 | 100011 | 0 | 10000 | 100111 | 10011001 | 10110 | 110010 |
Color Harmonies of #659C83
Complementary color
Monochromatic Colors of #659C83
Black with #659C83
Text Example
Text Example
White with #659C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C83; }
p { color: rgb(101,156,131); }
H1.HeaderClassName
{
color: #659C83;
}
.AnyTagClassName
{
color: #659C83;
}
</style>
background-color css
<style>
a { background-color: #659C83; }
a { background-color: rgb(101,156,131); }
div.DivClassName
{
background-color: #659C83;
}
.BgClassName
{
background-color: #659C83;
}
</style>
border-color css
<style>
span { border-color: #659C83; }
span { border-color: rgb(101,156,131); }
td.TdClassName
{
border-color: #659C83;
}
.TagClassName
{
border-color: #659C83;
}
</style>