Shades of Ochre #C06D0E
Tints of Ochre #C06D0E
RGB
CMYK
RGB Variations
Color information
#C06D0E (or 0xC06D0E) is known color: Ochre. HEX triplet: C0, 6D and 0E. RGB value is (192,109,14). Sum of RGB (Red+Green+Blue) = 192+109+14=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D0E is #3F92F1. Grayscale: #7B7B7B. Windows color (decimal): -4166386 or 945600. OLE color: 945600.
HSL color Cylindrical-coordinate representation of color #C06D0E: hue angle of 32.02º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C06D0E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 14 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.25 |
| HSL | 32.02º | 0.86% | 0.4% | - |
| HSV(B) | 32.02º | 0.93% | 0.75% | - |
| XYZ | 27.29 | 22.18 | 3.26 | - |
| YUV | 122.99 | 66.5 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 14 | 0 | 0.43 | 0.93 | 0.25 | 32.02 | 0.86 | 0.4 |
| Hex | C0 | 6D | E | 0 | 2B | 5D | 19 | 20 | 56 | 28 |
| Octal | 300 | 155 | 16 | 0 | 53 | 135 | 31 | 40 | 126 | 50 |
| Binary | 11000000 | 1101101 | 1110 | 0 | 101011 | 1011101 | 11001 | 100000 | 1010110 | 101000 |
Color Harmonies of #C06D0E
Complementary color
Monochromatic Colors of #C06D0E
Black with #C06D0E
Text Example
Text Example
White with #C06D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D0E; }
p { color: rgb(192,109,14); }
H1.HeaderClassName
{
color: #C06D0E;
}
.AnyTagClassName
{
color: #C06D0E;
}
</style>
background-color css
<style>
a { background-color: #C06D0E; }
a { background-color: rgb(192,109,14); }
div.DivClassName
{
background-color: #C06D0E;
}
.BgClassName
{
background-color: #C06D0E;
}
</style>
border-color css
<style>
span { border-color: #C06D0E; }
span { border-color: rgb(192,109,14); }
td.TdClassName
{
border-color: #C06D0E;
}
.TagClassName
{
border-color: #C06D0E;
}
</style>