Shades of Patina #639B81
Tints of Patina #639B81
RGB
CMYK
RGB Variations
Color information
#639B81 (or 0x639B81) is known color: Patina. HEX triplet: 63, 9B and 81. RGB value is (99,155,129). Sum of RGB (Red+Green+Blue) = 99+155+129=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #639B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B81 is #9C647E. Grayscale: #878787. Windows color (decimal): -10249343 or 8493923. OLE color: 8493923.
HSL color Cylindrical-coordinate representation of color #639B81: hue angle of 152.14º 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 #639B81 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 129 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.39 |
| HSL | 152.14º | 0.22% | 0.5% | - |
| HSV(B) | 152.14º | 0.36% | 0.61% | - |
| XYZ | 20.83 | 27.68 | 25.01 | - |
| YUV | 135.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 129 | 0.36 | 0 | 0.17 | 0.39 | 152.14 | 0.22 | 0.5 |
| Hex | 63 | 9B | 81 | 24 | 0 | 11 | 27 | 98 | 16 | 32 |
| Octal | 143 | 233 | 201 | 44 | 0 | 21 | 47 | 230 | 26 | 62 |
| Binary | 1100011 | 10011011 | 10000001 | 100100 | 0 | 10001 | 100111 | 10011000 | 10110 | 110010 |
Color Harmonies of #639B81
Complementary color
Monochromatic Colors of #639B81
Black with #639B81
Text Example
Text Example
White with #639B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B81; }
p { color: rgb(99,155,129); }
H1.HeaderClassName
{
color: #639B81;
}
.AnyTagClassName
{
color: #639B81;
}
</style>
background-color css
<style>
a { background-color: #639B81; }
a { background-color: rgb(99,155,129); }
div.DivClassName
{
background-color: #639B81;
}
.BgClassName
{
background-color: #639B81;
}
</style>
border-color css
<style>
span { border-color: #639B81; }
span { border-color: rgb(99,155,129); }
td.TdClassName
{
border-color: #639B81;
}
.TagClassName
{
border-color: #639B81;
}
</style>