Shades of San Felix #206619
Tints of San Felix #206619
RGB
CMYK
RGB Variations
Color information
#206619 (or 0x206619) is known color: San Felix. HEX triplet: 20, 66 and 19. RGB value is (32,102,25). Sum of RGB (Red+Green+Blue) = 32+102+25=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #206619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206619 is #DF99E6. Grayscale: #484848. Windows color (decimal): -14653927 or 1664544. OLE color: 1664544.
HSL color Cylindrical-coordinate representation of color #206619: hue angle of 114.55º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #206619 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 25 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.6 |
| HSL | 114.55º | 0.61% | 0.25% | - |
| HSV(B) | 114.55º | 0.75% | 0.4% | - |
| XYZ | 5.52 | 9.88 | 2.54 | - |
| YUV | 72.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 25 | 0.69 | 0 | 0.75 | 0.6 | 114.55 | 0.61 | 0.25 |
| Hex | 20 | 66 | 19 | 45 | 0 | 4B | 3C | 73 | 3D | 19 |
| Octal | 40 | 146 | 31 | 105 | 0 | 113 | 74 | 163 | 75 | 31 |
| Binary | 100000 | 1100110 | 11001 | 1000101 | 0 | 1001011 | 111100 | 1110011 | 111101 | 11001 |
Color Harmonies of #206619
Complementary color
Monochromatic Colors of #206619
Black with #206619
Text Example
Text Example
White with #206619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206619; }
p { color: rgb(32,102,25); }
H1.HeaderClassName
{
color: #206619;
}
.AnyTagClassName
{
color: #206619;
}
</style>
background-color css
<style>
a { background-color: #206619; }
a { background-color: rgb(32,102,25); }
div.DivClassName
{
background-color: #206619;
}
.BgClassName
{
background-color: #206619;
}
</style>
border-color css
<style>
span { border-color: #206619; }
span { border-color: rgb(32,102,25); }
td.TdClassName
{
border-color: #206619;
}
.TagClassName
{
border-color: #206619;
}
</style>