Shades of Myrtle #06430A
Tints of Myrtle #06430A
RGB
CMYK
RGB Variations
Color information
#06430A (or 0x06430A) is known color: Myrtle. HEX triplet: 06, 43 and 0A. RGB value is (6,67,10). Sum of RGB (Red+Green+Blue) = 6+67+10=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 67 (26.56% from 255 or 80.72% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 67 - color contains mainly: green. Hex color #06430A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06430A is #F9BCF5. Grayscale: #2A2A2A. Windows color (decimal): -16366838 or 672518. OLE color: 672518.
HSL color Cylindrical-coordinate representation of color #06430A: hue angle of 123.93º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06430A is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 67 | 10 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.74 |
| HSL | 123.93º | 0.84% | 0.14% | - |
| HSV(B) | 123.93º | 0.91% | 0.26% | - |
| XYZ | 2.14 | 4.07 | 0.96 | - |
| YUV | 42.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 10 | 0.91 | 0 | 0.85 | 0.74 | 123.93 | 0.84 | 0.14 |
| Hex | 6 | 43 | A | 5B | 0 | 55 | 4A | 7C | 54 | E |
| Octal | 6 | 103 | 12 | 133 | 0 | 125 | 112 | 174 | 124 | 16 |
| Binary | 110 | 1000011 | 1010 | 1011011 | 0 | 1010101 | 1001010 | 1111100 | 1010100 | 1110 |
Color Harmonies of #06430A
Complementary color
Monochromatic Colors of #06430A
Black with #06430A
Text Example
Text Example
White with #06430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06430A; }
p { color: rgb(6,67,10); }
H1.HeaderClassName
{
color: #06430A;
}
.AnyTagClassName
{
color: #06430A;
}
</style>
background-color css
<style>
a { background-color: #06430A; }
a { background-color: rgb(6,67,10); }
div.DivClassName
{
background-color: #06430A;
}
.BgClassName
{
background-color: #06430A;
}
</style>
border-color css
<style>
span { border-color: #06430A; }
span { border-color: rgb(6,67,10); }
td.TdClassName
{
border-color: #06430A;
}
.TagClassName
{
border-color: #06430A;
}
</style>