Shades of Jewel #0E6645
Tints of Jewel #0E6645
RGB
CMYK
RGB Variations
Color information
#0E6645 (or 0x0E6645) is known color: Jewel. HEX triplet: 0E, 66 and 45. RGB value is (14,102,69). Sum of RGB (Red+Green+Blue) = 14+102+69=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6645 is #F199BA. Grayscale: #474747. Windows color (decimal): -15833531 or 4548110. OLE color: 4548110.
HSL color Cylindrical-coordinate representation of color #0E6645: hue angle of 157.5º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6645 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 69 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.6 |
| HSL | 157.5º | 0.76% | 0.23% | - |
| HSV(B) | 157.5º | 0.86% | 0.4% | - |
| XYZ | 6.01 | 10.03 | 7.25 | - |
| YUV | 71.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 69 | 0.86 | 0 | 0.32 | 0.6 | 157.5 | 0.76 | 0.23 |
| Hex | E | 66 | 45 | 56 | 0 | 20 | 3C | 9E | 4C | 17 |
| Octal | 16 | 146 | 105 | 126 | 0 | 40 | 74 | 236 | 114 | 27 |
| Binary | 1110 | 1100110 | 1000101 | 1010110 | 0 | 100000 | 111100 | 10011110 | 1001100 | 10111 |
Color Harmonies of #0E6645
Complementary color
Monochromatic Colors of #0E6645
Black with #0E6645
Text Example
Text Example
White with #0E6645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6645; }
p { color: rgb(14,102,69); }
H1.HeaderClassName
{
color: #0E6645;
}
.AnyTagClassName
{
color: #0E6645;
}
</style>
background-color css
<style>
a { background-color: #0E6645; }
a { background-color: rgb(14,102,69); }
div.DivClassName
{
background-color: #0E6645;
}
.BgClassName
{
background-color: #0E6645;
}
</style>
border-color css
<style>
span { border-color: #0E6645; }
span { border-color: rgb(14,102,69); }
td.TdClassName
{
border-color: #0E6645;
}
.TagClassName
{
border-color: #0E6645;
}
</style>