Shades of Camarone #0F6F1F
Tints of Camarone #0F6F1F
RGB
CMYK
RGB Variations
Color information
#0F6F1F (or 0x0F6F1F) is known color: Camarone. HEX triplet: 0F, 6F and 1F. RGB value is (15,111,31). Sum of RGB (Red+Green+Blue) = 15+111+31=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6F1F is #F090E0. Grayscale: #494949. Windows color (decimal): -15765729 or 2060047. OLE color: 2060047.
HSL color Cylindrical-coordinate representation of color #0F6F1F: hue angle of 130º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6F1F is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 111 | 31 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.56 |
| HSL | 130º | 0.76% | 0.25% | - |
| HSV(B) | 130º | 0.86% | 0.44% | - |
| XYZ | 6.13 | 11.57 | 3.21 | - |
| YUV | 73.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 31 | 0.86 | 0 | 0.72 | 0.56 | 130 | 0.76 | 0.25 |
| Hex | F | 6F | 1F | 56 | 0 | 48 | 38 | 82 | 4C | 19 |
| Octal | 17 | 157 | 37 | 126 | 0 | 110 | 70 | 202 | 114 | 31 |
| Binary | 1111 | 1101111 | 11111 | 1010110 | 0 | 1001000 | 111000 | 10000010 | 1001100 | 11001 |
Color Harmonies of #0F6F1F
Complementary color
Monochromatic Colors of #0F6F1F
Black with #0F6F1F
Text Example
Text Example
White with #0F6F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6F1F; }
p { color: rgb(15,111,31); }
H1.HeaderClassName
{
color: #0F6F1F;
}
.AnyTagClassName
{
color: #0F6F1F;
}
</style>
background-color css
<style>
a { background-color: #0F6F1F; }
a { background-color: rgb(15,111,31); }
div.DivClassName
{
background-color: #0F6F1F;
}
.BgClassName
{
background-color: #0F6F1F;
}
</style>
border-color css
<style>
span { border-color: #0F6F1F; }
span { border-color: rgb(15,111,31); }
td.TdClassName
{
border-color: #0F6F1F;
}
.TagClassName
{
border-color: #0F6F1F;
}
</style>