Shades of Myrtle #06440B
Tints of Myrtle #06440B
RGB
CMYK
RGB Variations
Color information
#06440B (or 0x06440B) is known color: Myrtle. HEX triplet: 06, 44 and 0B. RGB value is (6,68,11). Sum of RGB (Red+Green+Blue) = 6+68+11=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 68 (26.95% from 255 or 80% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 68 - color contains mainly: green. Hex color #06440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06440B is #F9BBF4. Grayscale: #2B2B2B. Windows color (decimal): -16366581 or 738310. OLE color: 738310.
HSL color Cylindrical-coordinate representation of color #06440B: hue angle of 124.84º 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 #06440B is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 68 | 11 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.73 |
| HSL | 124.84º | 0.84% | 0.15% | - |
| HSV(B) | 124.84º | 0.91% | 0.27% | - |
| XYZ | 2.2 | 4.2 | 1.01 | - |
| YUV | 42.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 11 | 0.91 | 0 | 0.84 | 0.73 | 124.84 | 0.84 | 0.15 |
| Hex | 6 | 44 | B | 5B | 0 | 54 | 49 | 7D | 54 | F |
| Octal | 6 | 104 | 13 | 133 | 0 | 124 | 111 | 175 | 124 | 17 |
| Binary | 110 | 1000100 | 1011 | 1011011 | 0 | 1010100 | 1001001 | 1111101 | 1010100 | 1111 |
Color Harmonies of #06440B
Complementary color
Monochromatic Colors of #06440B
Black with #06440B
Text Example
Text Example
White with #06440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06440B; }
p { color: rgb(6,68,11); }
H1.HeaderClassName
{
color: #06440B;
}
.AnyTagClassName
{
color: #06440B;
}
</style>
background-color css
<style>
a { background-color: #06440B; }
a { background-color: rgb(6,68,11); }
div.DivClassName
{
background-color: #06440B;
}
.BgClassName
{
background-color: #06440B;
}
</style>
border-color css
<style>
span { border-color: #06440B; }
span { border-color: rgb(6,68,11); }
td.TdClassName
{
border-color: #06440B;
}
.TagClassName
{
border-color: #06440B;
}
</style>