Shades of Jewel #0C6549
Tints of Jewel #0C6549
RGB
CMYK
RGB Variations
Color information
#0C6549 (or 0x0C6549) is known color: Jewel. HEX triplet: 0C, 65 and 49. RGB value is (12,101,73). Sum of RGB (Red+Green+Blue) = 12+101+73=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 101 (39.84% from 255 or 54.30% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 101 - color contains mainly: green. Hex color #0C6549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6549 is #F39AB6. Grayscale: #474747. Windows color (decimal): -15964855 or 4809996. OLE color: 4809996.
HSL color Cylindrical-coordinate representation of color #0C6549: hue angle of 161.12º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6549 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 101 | 73 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.60 |
| HSL | 161.12º | 0.79% | 0.22% | - |
| HSV(B) | 161.12º | 0.88% | 0.4% | - |
| XYZ | 6.01 | 9.87 | 7.89 | - |
| YUV | 71.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 73 | 0.88 | 0 | 0.28 | 0.60 | 161.12 | 0.79 | 0.22 |
| Hex | C | 65 | 49 | 58 | 0 | 1C | 3C | A1 | 4F | 16 |
| Octal | 14 | 145 | 111 | 130 | 0 | 34 | 74 | 241 | 117 | 26 |
| Binary | 1100 | 1100101 | 1001001 | 1011000 | 0 | 11100 | 111100 | 10100001 | 1001111 | 10110 |
Color Harmonies of #0C6549
Complementary color
Monochromatic Colors of #0C6549
Black with #0C6549
Text Example
Text Example
White with #0C6549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6549; }
p { color: rgb(12,101,73); }
H1.HeaderClassName
{
color: #0C6549;
}
.AnyTagClassName
{
color: #0C6549;
}
</style>
background-color css
<style>
a { background-color: #0C6549; }
a { background-color: rgb(12,101,73); }
div.DivClassName
{
background-color: #0C6549;
}
.BgClassName
{
background-color: #0C6549;
}
</style>
border-color css
<style>
span { border-color: #0C6549; }
span { border-color: rgb(12,101,73); }
td.TdClassName
{
border-color: #0C6549;
}
.TagClassName
{
border-color: #0C6549;
}
</style>