Shades of Patina #669C83
Tints of Patina #669C83
RGB
CMYK
RGB Variations
Color information
#669C83 (or 0x669C83) is known color: Patina. HEX triplet: 66, 9C and 83. RGB value is (102,156,131). Sum of RGB (Red+Green+Blue) = 102+156+131=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #669C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C83 is #99637C. Grayscale: #898989. Windows color (decimal): -10052477 or 8625254. OLE color: 8625254.
HSL color Cylindrical-coordinate representation of color #669C83: hue angle of 152.22º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669C83 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 131 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.39 |
| HSL | 152.22º | 0.21% | 0.51% | - |
| HSV(B) | 152.22º | 0.35% | 0.61% | - |
| XYZ | 21.46 | 28.24 | 25.79 | - |
| YUV | 137 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 131 | 0.35 | 0 | 0.16 | 0.39 | 152.22 | 0.21 | 0.51 |
| Hex | 66 | 9C | 83 | 23 | 0 | 10 | 27 | 98 | 15 | 33 |
| Octal | 146 | 234 | 203 | 43 | 0 | 20 | 47 | 230 | 25 | 63 |
| Binary | 1100110 | 10011100 | 10000011 | 100011 | 0 | 10000 | 100111 | 10011000 | 10101 | 110011 |
Color Harmonies of #669C83
Complementary color
Monochromatic Colors of #669C83
Black with #669C83
Text Example
Text Example
White with #669C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C83; }
p { color: rgb(102,156,131); }
H1.HeaderClassName
{
color: #669C83;
}
.AnyTagClassName
{
color: #669C83;
}
</style>
background-color css
<style>
a { background-color: #669C83; }
a { background-color: rgb(102,156,131); }
div.DivClassName
{
background-color: #669C83;
}
.BgClassName
{
background-color: #669C83;
}
</style>
border-color css
<style>
span { border-color: #669C83; }
span { border-color: rgb(102,156,131); }
td.TdClassName
{
border-color: #669C83;
}
.TagClassName
{
border-color: #669C83;
}
</style>