Shades of San Felix #15641C
Tints of San Felix #15641C
RGB
CMYK
RGB Variations
Color information
#15641C (or 0x15641C) is known color: San Felix. HEX triplet: 15, 64 and 1C. RGB value is (21,100,28). Sum of RGB (Red+Green+Blue) = 21+100+28=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #15641C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15641C is #EA9BE3. Grayscale: #444444. Windows color (decimal): -15375332 or 1860629. OLE color: 1860629.
HSL color Cylindrical-coordinate representation of color #15641C: hue angle of 125.32º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15641C is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 100 | 28 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.61 |
| HSL | 125.32º | 0.65% | 0.24% | - |
| HSV(B) | 125.32º | 0.79% | 0.39% | - |
| XYZ | 5.08 | 9.36 | 2.64 | - |
| YUV | 68.17 | 105.33 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 28 | 0.79 | 0 | 0.72 | 0.61 | 125.32 | 0.65 | 0.24 |
| Hex | 15 | 64 | 1C | 4F | 0 | 48 | 3D | 7D | 41 | 18 |
| Octal | 25 | 144 | 34 | 117 | 0 | 110 | 75 | 175 | 101 | 30 |
| Binary | 10101 | 1100100 | 11100 | 1001111 | 0 | 1001000 | 111101 | 1111101 | 1000001 | 11000 |
Color Harmonies of #15641C
Complementary color
Monochromatic Colors of #15641C
Black with #15641C
Text Example
Text Example
White with #15641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15641C; }
p { color: rgb(21,100,28); }
H1.HeaderClassName
{
color: #15641C;
}
.AnyTagClassName
{
color: #15641C;
}
</style>
background-color css
<style>
a { background-color: #15641C; }
a { background-color: rgb(21,100,28); }
div.DivClassName
{
background-color: #15641C;
}
.BgClassName
{
background-color: #15641C;
}
</style>
border-color css
<style>
span { border-color: #15641C; }
span { border-color: rgb(21,100,28); }
td.TdClassName
{
border-color: #15641C;
}
.TagClassName
{
border-color: #15641C;
}
</style>