Shades of Jewel #0D6543
Tints of Jewel #0D6543
RGB
CMYK
RGB Variations
Color information
#0D6543 (or 0x0D6543) is known color: Jewel. HEX triplet: 0D, 65 and 43. RGB value is (13,101,67). Sum of RGB (Red+Green+Blue) = 13+101+67=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #0D6543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6543 is #F29ABC. Grayscale: #464646. Windows color (decimal): -15899325 or 4416781. OLE color: 4416781.
HSL color Cylindrical-coordinate representation of color #0D6543: hue angle of 156.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6543 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 101 | 67 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.60 |
| HSL | 156.82º | 0.77% | 0.22% | - |
| HSV(B) | 156.82º | 0.87% | 0.4% | - |
| XYZ | 5.83 | 9.8 | 6.89 | - |
| YUV | 70.81 | 125.85 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 67 | 0.87 | 0 | 0.34 | 0.60 | 156.82 | 0.77 | 0.22 |
| Hex | D | 65 | 43 | 57 | 0 | 22 | 3C | 9D | 4D | 16 |
| Octal | 15 | 145 | 103 | 127 | 0 | 42 | 74 | 235 | 115 | 26 |
| Binary | 1101 | 1100101 | 1000011 | 1010111 | 0 | 100010 | 111100 | 10011101 | 1001101 | 10110 |
Color Harmonies of #0D6543
Complementary color
Monochromatic Colors of #0D6543
Black with #0D6543
Text Example
Text Example
White with #0D6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6543; }
p { color: rgb(13,101,67); }
H1.HeaderClassName
{
color: #0D6543;
}
.AnyTagClassName
{
color: #0D6543;
}
</style>
background-color css
<style>
a { background-color: #0D6543; }
a { background-color: rgb(13,101,67); }
div.DivClassName
{
background-color: #0D6543;
}
.BgClassName
{
background-color: #0D6543;
}
</style>
border-color css
<style>
span { border-color: #0D6543; }
span { border-color: rgb(13,101,67); }
td.TdClassName
{
border-color: #0D6543;
}
.TagClassName
{
border-color: #0D6543;
}
</style>