Shades of Myrtle #06400B
Tints of Myrtle #06400B
RGB
CMYK
RGB Variations
Color information
#06400B (or 0x06400B) is known color: Myrtle. HEX triplet: 06, 40 and 0B. RGB value is (6,64,11). Sum of RGB (Red+Green+Blue) = 6+64+11=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #06400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06400B is #F9BFF4. Grayscale: #282828. Windows color (decimal): -16367605 or 737286. OLE color: 737286.
HSL color Cylindrical-coordinate representation of color #06400B: hue angle of 125.17º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06400B is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 64 | 11 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.75 |
| HSL | 125.17º | 0.83% | 0.14% | - |
| HSV(B) | 125.17º | 0.91% | 0.25% | - |
| XYZ | 1.97 | 3.73 | 0.93 | - |
| YUV | 40.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 11 | 0.91 | 0 | 0.83 | 0.75 | 125.17 | 0.83 | 0.14 |
| Hex | 6 | 40 | B | 5B | 0 | 53 | 4B | 7D | 53 | E |
| Octal | 6 | 100 | 13 | 133 | 0 | 123 | 113 | 175 | 123 | 16 |
| Binary | 110 | 1000000 | 1011 | 1011011 | 0 | 1010011 | 1001011 | 1111101 | 1010011 | 1110 |
Color Harmonies of #06400B
Complementary color
Monochromatic Colors of #06400B
Black with #06400B
Text Example
Text Example
White with #06400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06400B; }
p { color: rgb(6,64,11); }
H1.HeaderClassName
{
color: #06400B;
}
.AnyTagClassName
{
color: #06400B;
}
</style>
background-color css
<style>
a { background-color: #06400B; }
a { background-color: rgb(6,64,11); }
div.DivClassName
{
background-color: #06400B;
}
.BgClassName
{
background-color: #06400B;
}
</style>
border-color css
<style>
span { border-color: #06400B; }
span { border-color: rgb(6,64,11); }
td.TdClassName
{
border-color: #06400B;
}
.TagClassName
{
border-color: #06400B;
}
</style>