Shades of Camarone #1C663B
Tints of Camarone #1C663B
RGB
CMYK
RGB Variations
Color information
#1C663B (or 0x1C663B) is known color: Camarone. HEX triplet: 1C, 66 and 3B. RGB value is (28,102,59). Sum of RGB (Red+Green+Blue) = 28+102+59=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #1C663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C663B is #E399C4. Grayscale: #4B4B4B. Windows color (decimal): -14916037 or 3892764. OLE color: 3892764.
HSL color Cylindrical-coordinate representation of color #1C663B: hue angle of 145.14º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C663B is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 59 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.6 |
| HSL | 145.14º | 0.57% | 0.25% | - |
| HSV(B) | 145.14º | 0.73% | 0.4% | - |
| XYZ | 6.02 | 10.07 | 5.76 | - |
| YUV | 74.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 59 | 0.73 | 0 | 0.42 | 0.6 | 145.14 | 0.57 | 0.25 |
| Hex | 1C | 66 | 3B | 49 | 0 | 2A | 3C | 91 | 39 | 19 |
| Octal | 34 | 146 | 73 | 111 | 0 | 52 | 74 | 221 | 71 | 31 |
| Binary | 11100 | 1100110 | 111011 | 1001001 | 0 | 101010 | 111100 | 10010001 | 111001 | 11001 |
Color Harmonies of #1C663B
Complementary color
Monochromatic Colors of #1C663B
Black with #1C663B
Text Example
Text Example
White with #1C663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C663B; }
p { color: rgb(28,102,59); }
H1.HeaderClassName
{
color: #1C663B;
}
.AnyTagClassName
{
color: #1C663B;
}
</style>
background-color css
<style>
a { background-color: #1C663B; }
a { background-color: rgb(28,102,59); }
div.DivClassName
{
background-color: #1C663B;
}
.BgClassName
{
background-color: #1C663B;
}
</style>
border-color css
<style>
span { border-color: #1C663B; }
span { border-color: rgb(28,102,59); }
td.TdClassName
{
border-color: #1C663B;
}
.TagClassName
{
border-color: #1C663B;
}
</style>