Shades of San Felix #206221
Tints of San Felix #206221
RGB
CMYK
RGB Variations
Color information
#206221 (or 0x206221) is known color: San Felix. HEX triplet: 20, 62 and 21. RGB value is (32,98,33). Sum of RGB (Red+Green+Blue) = 32+98+33=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #206221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206221 is #DF9DDE. Grayscale: #474747. Windows color (decimal): -14654943 or 2187808. OLE color: 2187808.
HSL color Cylindrical-coordinate representation of color #206221: hue angle of 120.91º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206221 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 98 | 33 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.62 |
| HSL | 120.91º | 0.51% | 0.25% | - |
| HSV(B) | 120.91º | 0.67% | 0.38% | - |
| XYZ | 5.24 | 9.15 | 2.93 | - |
| YUV | 70.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 33 | 0.67 | 0 | 0.66 | 0.62 | 120.91 | 0.51 | 0.25 |
| Hex | 20 | 62 | 21 | 43 | 0 | 42 | 3E | 79 | 33 | 19 |
| Octal | 40 | 142 | 41 | 103 | 0 | 102 | 76 | 171 | 63 | 31 |
| Binary | 100000 | 1100010 | 100001 | 1000011 | 0 | 1000010 | 111110 | 1111001 | 110011 | 11001 |
Color Harmonies of #206221
Complementary color
Monochromatic Colors of #206221
Black with #206221
Text Example
Text Example
White with #206221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206221; }
p { color: rgb(32,98,33); }
H1.HeaderClassName
{
color: #206221;
}
.AnyTagClassName
{
color: #206221;
}
</style>
background-color css
<style>
a { background-color: #206221; }
a { background-color: rgb(32,98,33); }
div.DivClassName
{
background-color: #206221;
}
.BgClassName
{
background-color: #206221;
}
</style>
border-color css
<style>
span { border-color: #206221; }
span { border-color: rgb(32,98,33); }
td.TdClassName
{
border-color: #206221;
}
.TagClassName
{
border-color: #206221;
}
</style>