Shades of Myrtle #06440C
Tints of Myrtle #06440C
RGB
CMYK
RGB Variations
Color information
#06440C (or 0x06440C) is known color: Myrtle. HEX triplet: 06, 44 and 0C. RGB value is (6,68,12). Sum of RGB (Red+Green+Blue) = 6+68+12=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 68 (26.95% from 255 or 79.07% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 68 - color contains mainly: green. Hex color #06440C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06440C is #F9BBF3. Grayscale: #2B2B2B. Windows color (decimal): -16366580 or 803846. OLE color: 803846.
HSL color Cylindrical-coordinate representation of color #06440C: hue angle of 125.81º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06440C is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 68 | 12 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.73 |
| HSL | 125.81º | 0.84% | 0.15% | - |
| HSV(B) | 125.81º | 0.91% | 0.27% | - |
| XYZ | 2.21 | 4.2 | 1.04 | - |
| YUV | 43.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 12 | 0.91 | 0 | 0.82 | 0.73 | 125.81 | 0.84 | 0.15 |
| Hex | 6 | 44 | C | 5B | 0 | 52 | 49 | 7E | 54 | F |
| Octal | 6 | 104 | 14 | 133 | 0 | 122 | 111 | 176 | 124 | 17 |
| Binary | 110 | 1000100 | 1100 | 1011011 | 0 | 1010010 | 1001001 | 1111110 | 1010100 | 1111 |
Color Harmonies of #06440C
Complementary color
Monochromatic Colors of #06440C
Black with #06440C
Text Example
Text Example
White with #06440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06440C; }
p { color: rgb(6,68,12); }
H1.HeaderClassName
{
color: #06440C;
}
.AnyTagClassName
{
color: #06440C;
}
</style>
background-color css
<style>
a { background-color: #06440C; }
a { background-color: rgb(6,68,12); }
div.DivClassName
{
background-color: #06440C;
}
.BgClassName
{
background-color: #06440C;
}
</style>
border-color css
<style>
span { border-color: #06440C; }
span { border-color: rgb(6,68,12); }
td.TdClassName
{
border-color: #06440C;
}
.TagClassName
{
border-color: #06440C;
}
</style>