Shades of Patina #639C91
Tints of Patina #639C91
RGB
CMYK
RGB Variations
Color information
#639C91 (or 0x639C91) is known color: Patina. HEX triplet: 63, 9C and 91. RGB value is (99,156,145). Sum of RGB (Red+Green+Blue) = 99+156+145=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #639C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639C91 is #9C636E. Grayscale: #898989. Windows color (decimal): -10249071 or 9542755. OLE color: 9542755.
HSL color Cylindrical-coordinate representation of color #639C91: hue angle of 168.42º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C91 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 156 | 145 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.39 |
| HSL | 168.42º | 0.22% | 0.5% | - |
| HSV(B) | 168.42º | 0.37% | 0.61% | - |
| XYZ | 22.14 | 28.47 | 31.12 | - |
| YUV | 137.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 145 | 0.37 | 0 | 0.07 | 0.39 | 168.42 | 0.22 | 0.5 |
| Hex | 63 | 9C | 91 | 25 | 0 | 7 | 27 | A8 | 16 | 32 |
| Octal | 143 | 234 | 221 | 45 | 0 | 7 | 47 | 250 | 26 | 62 |
| Binary | 1100011 | 10011100 | 10010001 | 100101 | 0 | 111 | 100111 | 10101000 | 10110 | 110010 |
Color Harmonies of #639C91
Complementary color
Monochromatic Colors of #639C91
Black with #639C91
Text Example
Text Example
White with #639C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639C91; }
p { color: rgb(99,156,145); }
H1.HeaderClassName
{
color: #639C91;
}
.AnyTagClassName
{
color: #639C91;
}
</style>
background-color css
<style>
a { background-color: #639C91; }
a { background-color: rgb(99,156,145); }
div.DivClassName
{
background-color: #639C91;
}
.BgClassName
{
background-color: #639C91;
}
</style>
border-color css
<style>
span { border-color: #639C91; }
span { border-color: rgb(99,156,145); }
td.TdClassName
{
border-color: #639C91;
}
.TagClassName
{
border-color: #639C91;
}
</style>