Shades of San Felix #206627
Tints of San Felix #206627
RGB
CMYK
RGB Variations
Color information
#206627 (or 0x206627) is known color: San Felix. HEX triplet: 20, 66 and 27. RGB value is (32,102,39). Sum of RGB (Red+Green+Blue) = 32+102+39=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #206627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206627 is #DF99D8. Grayscale: #4A4A4A. Windows color (decimal): -14653913 or 2582048. OLE color: 2582048.
HSL color Cylindrical-coordinate representation of color #206627: hue angle of 126º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206627 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 39 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.6 |
| HSL | 126º | 0.52% | 0.26% | - |
| HSV(B) | 126º | 0.69% | 0.4% | - |
| XYZ | 5.71 | 9.96 | 3.54 | - |
| YUV | 73.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 39 | 0.69 | 0 | 0.62 | 0.6 | 126 | 0.52 | 0.26 |
| Hex | 20 | 66 | 27 | 45 | 0 | 3E | 3C | 7E | 34 | 1A |
| Octal | 40 | 146 | 47 | 105 | 0 | 76 | 74 | 176 | 64 | 32 |
| Binary | 100000 | 1100110 | 100111 | 1000101 | 0 | 111110 | 111100 | 1111110 | 110100 | 11010 |
Color Harmonies of #206627
Complementary color
Monochromatic Colors of #206627
Black with #206627
Text Example
Text Example
White with #206627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206627; }
p { color: rgb(32,102,39); }
H1.HeaderClassName
{
color: #206627;
}
.AnyTagClassName
{
color: #206627;
}
</style>
background-color css
<style>
a { background-color: #206627; }
a { background-color: rgb(32,102,39); }
div.DivClassName
{
background-color: #206627;
}
.BgClassName
{
background-color: #206627;
}
</style>
border-color css
<style>
span { border-color: #206627; }
span { border-color: rgb(32,102,39); }
td.TdClassName
{
border-color: #206627;
}
.TagClassName
{
border-color: #206627;
}
</style>