Shades of Camarone #106C2C
Tints of Camarone #106C2C
RGB
CMYK
RGB Variations
Color information
#106C2C (or 0x106C2C) is known color: Camarone. HEX triplet: 10, 6C and 2C. RGB value is (16,108,44). Sum of RGB (Red+Green+Blue) = 16+108+44=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 108 (42.58% from 255 or 64.29% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 108 - color contains mainly: green. Hex color #106C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106C2C is #EF93D3. Grayscale: #494949. Windows color (decimal): -15700948 or 2911248. OLE color: 2911248.
HSL color Cylindrical-coordinate representation of color #106C2C: hue angle of 138.26º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106C2C is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 108 | 44 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.58 |
| HSL | 138.26º | 0.74% | 0.24% | - |
| HSV(B) | 138.26º | 0.85% | 0.42% | - |
| XYZ | 6.03 | 11.02 | 4.19 | - |
| YUV | 73.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 44 | 0.85 | 0 | 0.59 | 0.58 | 138.26 | 0.74 | 0.24 |
| Hex | 10 | 6C | 2C | 55 | 0 | 3B | 3A | 8A | 4A | 18 |
| Octal | 20 | 154 | 54 | 125 | 0 | 73 | 72 | 212 | 112 | 30 |
| Binary | 10000 | 1101100 | 101100 | 1010101 | 0 | 111011 | 111010 | 10001010 | 1001010 | 11000 |
Color Harmonies of #106C2C
Complementary color
Monochromatic Colors of #106C2C
Black with #106C2C
Text Example
Text Example
White with #106C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C2C; }
p { color: rgb(16,108,44); }
H1.HeaderClassName
{
color: #106C2C;
}
.AnyTagClassName
{
color: #106C2C;
}
</style>
background-color css
<style>
a { background-color: #106C2C; }
a { background-color: rgb(16,108,44); }
div.DivClassName
{
background-color: #106C2C;
}
.BgClassName
{
background-color: #106C2C;
}
</style>
border-color css
<style>
span { border-color: #106C2C; }
span { border-color: rgb(16,108,44); }
td.TdClassName
{
border-color: #106C2C;
}
.TagClassName
{
border-color: #106C2C;
}
</style>