Shades of Ochre #C06D0C
Tints of Ochre #C06D0C
RGB
CMYK
RGB Variations
Color information
#C06D0C (or 0xC06D0C) is known color: Ochre. HEX triplet: C0, 6D and 0C. RGB value is (192,109,12). Sum of RGB (Red+Green+Blue) = 192+109+12=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D0C is #3F92F3. Grayscale: #7B7B7B. Windows color (decimal): -4166388 or 814528. OLE color: 814528.
HSL color Cylindrical-coordinate representation of color #C06D0C: hue angle of 32.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C06D0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.25 |
| HSL | 32.33º | 0.88% | 0.4% | - |
| HSV(B) | 32.33º | 0.94% | 0.75% | - |
| XYZ | 27.27 | 22.17 | 3.19 | - |
| YUV | 122.76 | 65.5 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 12 | 0 | 0.43 | 0.94 | 0.25 | 32.33 | 0.88 | 0.4 |
| Hex | C0 | 6D | C | 0 | 2B | 5E | 19 | 20 | 58 | 28 |
| Octal | 300 | 155 | 14 | 0 | 53 | 136 | 31 | 40 | 130 | 50 |
| Binary | 11000000 | 1101101 | 1100 | 0 | 101011 | 1011110 | 11001 | 100000 | 1011000 | 101000 |
Color Harmonies of #C06D0C
Complementary color
Monochromatic Colors of #C06D0C
Black with #C06D0C
Text Example
Text Example
White with #C06D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D0C; }
p { color: rgb(192,109,12); }
H1.HeaderClassName
{
color: #C06D0C;
}
.AnyTagClassName
{
color: #C06D0C;
}
</style>
background-color css
<style>
a { background-color: #C06D0C; }
a { background-color: rgb(192,109,12); }
div.DivClassName
{
background-color: #C06D0C;
}
.BgClassName
{
background-color: #C06D0C;
}
</style>
border-color css
<style>
span { border-color: #C06D0C; }
span { border-color: rgb(192,109,12); }
td.TdClassName
{
border-color: #C06D0C;
}
.TagClassName
{
border-color: #C06D0C;
}
</style>