Shades of Myrtle #06540E
Tints of Myrtle #06540E
RGB
CMYK
RGB Variations
Color information
#06540E (or 0x06540E) is known color: Myrtle. HEX triplet: 06, 54 and 0E. RGB value is (6,84,14). Sum of RGB (Red+Green+Blue) = 6+84+14=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 84 (33.20% from 255 or 80.77% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 84 - color contains mainly: green. Hex color #06540E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06540E is #F9ABF1. Grayscale: #343434. Windows color (decimal): -16362482 or 939014. OLE color: 939014.
HSL color Cylindrical-coordinate representation of color #06540E: hue angle of 126.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06540E is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 84 | 14 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.67 |
| HSL | 126.15º | 0.87% | 0.18% | - |
| HSV(B) | 126.15º | 0.93% | 0.33% | - |
| XYZ | 3.32 | 6.41 | 1.48 | - |
| YUV | 52.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 14 | 0.93 | 0 | 0.83 | 0.67 | 126.15 | 0.87 | 0.18 |
| Hex | 6 | 54 | E | 5D | 0 | 53 | 43 | 7E | 57 | 12 |
| Octal | 6 | 124 | 16 | 135 | 0 | 123 | 103 | 176 | 127 | 22 |
| Binary | 110 | 1010100 | 1110 | 1011101 | 0 | 1010011 | 1000011 | 1111110 | 1010111 | 10010 |
Color Harmonies of #06540E
Complementary color
Monochromatic Colors of #06540E
Black with #06540E
Text Example
Text Example
White with #06540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06540E; }
p { color: rgb(6,84,14); }
H1.HeaderClassName
{
color: #06540E;
}
.AnyTagClassName
{
color: #06540E;
}
</style>
background-color css
<style>
a { background-color: #06540E; }
a { background-color: rgb(6,84,14); }
div.DivClassName
{
background-color: #06540E;
}
.BgClassName
{
background-color: #06540E;
}
</style>
border-color css
<style>
span { border-color: #06540E; }
span { border-color: rgb(6,84,14); }
td.TdClassName
{
border-color: #06540E;
}
.TagClassName
{
border-color: #06540E;
}
</style>