Shades of Jewel #06643C
Tints of Jewel #06643C
RGB
CMYK
RGB Variations
Color information
#06643C (or 0x06643C) is known color: Jewel. HEX triplet: 06, 64 and 3C. RGB value is (6,100,60). Sum of RGB (Red+Green+Blue) = 6+100+60=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #06643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06643C is #F99BC3. Grayscale: #434343. Windows color (decimal): -16358340 or 3957766. OLE color: 3957766.
HSL color Cylindrical-coordinate representation of color #06643C: hue angle of 154.47º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06643C is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 100 | 60 | - |
| CMYK | 0.94 | 0 | 0.4 | 0.61 |
| HSL | 154.47º | 0.89% | 0.21% | - |
| HSV(B) | 154.47º | 0.94% | 0.39% | - |
| XYZ | 5.45 | 9.48 | 5.82 | - |
| YUV | 67.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 60 | 0.94 | 0 | 0.4 | 0.61 | 154.47 | 0.89 | 0.21 |
| Hex | 6 | 64 | 3C | 5E | 0 | 28 | 3D | 9A | 59 | 15 |
| Octal | 6 | 144 | 74 | 136 | 0 | 50 | 75 | 232 | 131 | 25 |
| Binary | 110 | 1100100 | 111100 | 1011110 | 0 | 101000 | 111101 | 10011010 | 1011001 | 10101 |
Color Harmonies of #06643C
Complementary color
Monochromatic Colors of #06643C
Black with #06643C
Text Example
Text Example
White with #06643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06643C; }
p { color: rgb(6,100,60); }
H1.HeaderClassName
{
color: #06643C;
}
.AnyTagClassName
{
color: #06643C;
}
</style>
background-color css
<style>
a { background-color: #06643C; }
a { background-color: rgb(6,100,60); }
div.DivClassName
{
background-color: #06643C;
}
.BgClassName
{
background-color: #06643C;
}
</style>
border-color css
<style>
span { border-color: #06643C; }
span { border-color: rgb(6,100,60); }
td.TdClassName
{
border-color: #06643C;
}
.TagClassName
{
border-color: #06643C;
}
</style>