Shades of Myrtle #06360B
Tints of Myrtle #06360B
RGB
CMYK
RGB Variations
Color information
#06360B (or 0x06360B) is known color: Myrtle. HEX triplet: 06, 36 and 0B. RGB value is (6,54,11). Sum of RGB (Red+Green+Blue) = 6+54+11=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 54 (21.48% from 255 or 76.06% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 54 - color contains mainly: green. Hex color #06360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06360B is #F9C9F4. Grayscale: #222222. Windows color (decimal): -16370165 or 734726. OLE color: 734726.
HSL color Cylindrical-coordinate representation of color #06360B: hue angle of 126.25º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06360B is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 54 | 11 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.79 |
| HSL | 126.25º | 0.8% | 0.12% | - |
| HSV(B) | 126.25º | 0.89% | 0.21% | - |
| XYZ | 1.45 | 2.7 | 0.76 | - |
| YUV | 34.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 11 | 0.89 | 0 | 0.80 | 0.79 | 126.25 | 0.8 | 0.12 |
| Hex | 6 | 36 | B | 59 | 0 | 50 | 4F | 7E | 50 | C |
| Octal | 6 | 66 | 13 | 131 | 0 | 120 | 117 | 176 | 120 | 14 |
| Binary | 110 | 110110 | 1011 | 1011001 | 0 | 1010000 | 1001111 | 1111110 | 1010000 | 1100 |
Color Harmonies of #06360B
Complementary color
Monochromatic Colors of #06360B
Black with #06360B
Text Example
Text Example
White with #06360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06360B; }
p { color: rgb(6,54,11); }
H1.HeaderClassName
{
color: #06360B;
}
.AnyTagClassName
{
color: #06360B;
}
</style>
background-color css
<style>
a { background-color: #06360B; }
a { background-color: rgb(6,54,11); }
div.DivClassName
{
background-color: #06360B;
}
.BgClassName
{
background-color: #06360B;
}
</style>
border-color css
<style>
span { border-color: #06360B; }
span { border-color: rgb(6,54,11); }
td.TdClassName
{
border-color: #06360B;
}
.TagClassName
{
border-color: #06360B;
}
</style>