Shades of Myrtle #06460D
Tints of Myrtle #06460D
RGB
CMYK
RGB Variations
Color information
#06460D (or 0x06460D) is known color: Myrtle. HEX triplet: 06, 46 and 0D. RGB value is (6,70,13). Sum of RGB (Red+Green+Blue) = 6+70+13=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 70 (27.73% from 255 or 78.65% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 70 - color contains mainly: green. Hex color #06460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06460D is #F9B9F2. Grayscale: #2C2C2C. Windows color (decimal): -16366067 or 869894. OLE color: 869894.
HSL color Cylindrical-coordinate representation of color #06460D: hue angle of 126.56º 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 #06460D is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 70 | 13 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.73 |
| HSL | 126.56º | 0.84% | 0.15% | - |
| HSV(B) | 126.56º | 0.91% | 0.27% | - |
| XYZ | 2.34 | 4.45 | 1.12 | - |
| YUV | 44.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 13 | 0.91 | 0 | 0.81 | 0.73 | 126.56 | 0.84 | 0.15 |
| Hex | 6 | 46 | D | 5B | 0 | 51 | 49 | 7F | 54 | F |
| Octal | 6 | 106 | 15 | 133 | 0 | 121 | 111 | 177 | 124 | 17 |
| Binary | 110 | 1000110 | 1101 | 1011011 | 0 | 1010001 | 1001001 | 1111111 | 1010100 | 1111 |
Color Harmonies of #06460D
Complementary color
Monochromatic Colors of #06460D
Black with #06460D
Text Example
Text Example
White with #06460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06460D; }
p { color: rgb(6,70,13); }
H1.HeaderClassName
{
color: #06460D;
}
.AnyTagClassName
{
color: #06460D;
}
</style>
background-color css
<style>
a { background-color: #06460D; }
a { background-color: rgb(6,70,13); }
div.DivClassName
{
background-color: #06460D;
}
.BgClassName
{
background-color: #06460D;
}
</style>
border-color css
<style>
span { border-color: #06460D; }
span { border-color: rgb(6,70,13); }
td.TdClassName
{
border-color: #06460D;
}
.TagClassName
{
border-color: #06460D;
}
</style>