Shades of Myrtle #06460F
Tints of Myrtle #06460F
RGB
CMYK
RGB Variations
Color information
#06460F (or 0x06460F) is known color: Myrtle. HEX triplet: 06, 46 and 0F. RGB value is (6,70,15). Sum of RGB (Red+Green+Blue) = 6+70+15=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 70 (27.73% from 255 or 76.92% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 70 - color contains mainly: green. Hex color #06460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06460F is #F9B9F0. Grayscale: #2C2C2C. Windows color (decimal): -16366065 or 1000966. OLE color: 1000966.
HSL color Cylindrical-coordinate representation of color #06460F: hue angle of 128.44º 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 #06460F is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 70 | 15 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.73 |
| HSL | 128.44º | 0.84% | 0.15% | - |
| HSV(B) | 128.44º | 0.91% | 0.27% | - |
| XYZ | 2.35 | 4.45 | 1.19 | - |
| YUV | 44.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 15 | 0.91 | 0 | 0.79 | 0.73 | 128.44 | 0.84 | 0.15 |
| Hex | 6 | 46 | F | 5B | 0 | 4F | 49 | 80 | 54 | F |
| Octal | 6 | 106 | 17 | 133 | 0 | 117 | 111 | 200 | 124 | 17 |
| Binary | 110 | 1000110 | 1111 | 1011011 | 0 | 1001111 | 1001001 | 10000000 | 1010100 | 1111 |
Color Harmonies of #06460F
Complementary color
Monochromatic Colors of #06460F
Black with #06460F
Text Example
Text Example
White with #06460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06460F; }
p { color: rgb(6,70,15); }
H1.HeaderClassName
{
color: #06460F;
}
.AnyTagClassName
{
color: #06460F;
}
</style>
background-color css
<style>
a { background-color: #06460F; }
a { background-color: rgb(6,70,15); }
div.DivClassName
{
background-color: #06460F;
}
.BgClassName
{
background-color: #06460F;
}
</style>
border-color css
<style>
span { border-color: #06460F; }
span { border-color: rgb(6,70,15); }
td.TdClassName
{
border-color: #06460F;
}
.TagClassName
{
border-color: #06460F;
}
</style>