Shades of Myrtle #062800
Tints of Myrtle #062800
RGB
CMYK
RGB Variations
Color information
#062800 (or 0x062800) is known color: Myrtle. HEX triplet: 06, 28 and 00. RGB value is (6,40,0). Sum of RGB (Red+Green+Blue) = 6+40+0=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 40 (16.02% from 255 or 86.96% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 40 - color contains mainly: green. Hex color #062800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062800 is #F9D7FF. Grayscale: #191919. Windows color (decimal): -16373760 or 10246. OLE color: 10246.
HSL color Cylindrical-coordinate representation of color #062800: hue angle of 111º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #062800 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 40 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.84 |
| HSL | 111º | 1% | 0.08% | - |
| HSV(B) | 111º | 1% | 0.16% | - |
| XYZ | 0.83 | 1.56 | 0.26 | - |
| YUV | 25.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 0 | 0.85 | 0 | 1 | 0.84 | 111 | 1 | 0.08 |
| Hex | 6 | 28 | 0 | 55 | 0 | 64 | 54 | 6F | 64 | 8 |
| Octal | 6 | 50 | 0 | 125 | 0 | 144 | 124 | 157 | 144 | 10 |
| Binary | 110 | 101000 | 0 | 1010101 | 0 | 1100100 | 1010100 | 1101111 | 1100100 | 1000 |
Color Harmonies of #062800
Complementary color
Monochromatic Colors of #062800
Black with #062800
Text Example
Text Example
White with #062800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062800; }
p { color: rgb(6,40,0); }
H1.HeaderClassName
{
color: #062800;
}
.AnyTagClassName
{
color: #062800;
}
</style>
background-color css
<style>
a { background-color: #062800; }
a { background-color: rgb(6,40,0); }
div.DivClassName
{
background-color: #062800;
}
.BgClassName
{
background-color: #062800;
}
</style>
border-color css
<style>
span { border-color: #062800; }
span { border-color: rgb(6,40,0); }
td.TdClassName
{
border-color: #062800;
}
.TagClassName
{
border-color: #062800;
}
</style>