Shades of Myrtle #103406
Tints of Myrtle #103406
RGB
CMYK
RGB Variations
Color information
#103406 (or 0x103406) is known color: Myrtle. HEX triplet: 10, 34 and 06. RGB value is (16,52,6). Sum of RGB (Red+Green+Blue) = 16+52+6=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #103406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103406 is #EFCBF9. Grayscale: #242424. Windows color (decimal): -15715322 or 406544. OLE color: 406544.
HSL color Cylindrical-coordinate representation of color #103406: hue angle of 106.96º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103406 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 52 | 6 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.80 |
| HSL | 106.96º | 0.79% | 0.11% | - |
| HSV(B) | 106.96º | 0.88% | 0.2% | - |
| XYZ | 1.47 | 2.58 | 0.59 | - |
| YUV | 35.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 6 | 0.69 | 0 | 0.88 | 0.80 | 106.96 | 0.79 | 0.11 |
| Hex | 10 | 34 | 6 | 45 | 0 | 58 | 50 | 6B | 4F | B |
| Octal | 20 | 64 | 6 | 105 | 0 | 130 | 120 | 153 | 117 | 13 |
| Binary | 10000 | 110100 | 110 | 1000101 | 0 | 1011000 | 1010000 | 1101011 | 1001111 | 1011 |
Color Harmonies of #103406
Complementary color
Monochromatic Colors of #103406
Black with #103406
Text Example
Text Example
White with #103406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103406; }
p { color: rgb(16,52,6); }
H1.HeaderClassName
{
color: #103406;
}
.AnyTagClassName
{
color: #103406;
}
</style>
background-color css
<style>
a { background-color: #103406; }
a { background-color: rgb(16,52,6); }
div.DivClassName
{
background-color: #103406;
}
.BgClassName
{
background-color: #103406;
}
</style>
border-color css
<style>
span { border-color: #103406; }
span { border-color: rgb(16,52,6); }
td.TdClassName
{
border-color: #103406;
}
.TagClassName
{
border-color: #103406;
}
</style>