Shades of Jewel #06663E
Tints of Jewel #06663E
RGB
CMYK
RGB Variations
Color information
#06663E (or 0x06663E) is known color: Jewel. HEX triplet: 06, 66 and 3E. RGB value is (6,102,62). Sum of RGB (Red+Green+Blue) = 6+102+62=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #06663E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06663E is #F999C1. Grayscale: #444444. Windows color (decimal): -16357826 or 4089350. OLE color: 4089350.
HSL color Cylindrical-coordinate representation of color #06663E: hue angle of 155º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06663E is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 62 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.6 |
| HSL | 155º | 0.89% | 0.21% | - |
| HSV(B) | 155º | 0.94% | 0.4% | - |
| XYZ | 5.7 | 9.89 | 6.17 | - |
| YUV | 68.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 62 | 0.94 | 0 | 0.39 | 0.6 | 155 | 0.89 | 0.21 |
| Hex | 6 | 66 | 3E | 5E | 0 | 27 | 3C | 9B | 59 | 15 |
| Octal | 6 | 146 | 76 | 136 | 0 | 47 | 74 | 233 | 131 | 25 |
| Binary | 110 | 1100110 | 111110 | 1011110 | 0 | 100111 | 111100 | 10011011 | 1011001 | 10101 |
Color Harmonies of #06663E
Complementary color
Monochromatic Colors of #06663E
Black with #06663E
Text Example
Text Example
White with #06663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06663E; }
p { color: rgb(6,102,62); }
H1.HeaderClassName
{
color: #06663E;
}
.AnyTagClassName
{
color: #06663E;
}
</style>
background-color css
<style>
a { background-color: #06663E; }
a { background-color: rgb(6,102,62); }
div.DivClassName
{
background-color: #06663E;
}
.BgClassName
{
background-color: #06663E;
}
</style>
border-color css
<style>
span { border-color: #06663E; }
span { border-color: rgb(6,102,62); }
td.TdClassName
{
border-color: #06663E;
}
.TagClassName
{
border-color: #06663E;
}
</style>