Shades of Ochre #C06D0D
Tints of Ochre #C06D0D
RGB
CMYK
RGB Variations
Color information
#C06D0D (or 0xC06D0D) is known color: Ochre. HEX triplet: C0, 6D and 0D. RGB value is (192,109,13). Sum of RGB (Red+Green+Blue) = 192+109+13=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D0D is #3F92F2. Grayscale: #7B7B7B. Windows color (decimal): -4166387 or 880064. OLE color: 880064.
HSL color Cylindrical-coordinate representation of color #C06D0D: hue angle of 32.18º degrees, saturation: 0.87, 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 #C06D0D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 13 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.25 |
| HSL | 32.18º | 0.87% | 0.4% | - |
| HSV(B) | 32.18º | 0.93% | 0.75% | - |
| XYZ | 27.28 | 22.17 | 3.22 | - |
| YUV | 122.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 13 | 0 | 0.43 | 0.93 | 0.25 | 32.18 | 0.87 | 0.4 |
| Hex | C0 | 6D | D | 0 | 2B | 5D | 19 | 20 | 57 | 28 |
| Octal | 300 | 155 | 15 | 0 | 53 | 135 | 31 | 40 | 127 | 50 |
| Binary | 11000000 | 1101101 | 1101 | 0 | 101011 | 1011101 | 11001 | 100000 | 1010111 | 101000 |
Color Harmonies of #C06D0D
Complementary color
Monochromatic Colors of #C06D0D
Black with #C06D0D
Text Example
Text Example
White with #C06D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D0D; }
p { color: rgb(192,109,13); }
H1.HeaderClassName
{
color: #C06D0D;
}
.AnyTagClassName
{
color: #C06D0D;
}
</style>
background-color css
<style>
a { background-color: #C06D0D; }
a { background-color: rgb(192,109,13); }
div.DivClassName
{
background-color: #C06D0D;
}
.BgClassName
{
background-color: #C06D0D;
}
</style>
border-color css
<style>
span { border-color: #C06D0D; }
span { border-color: rgb(192,109,13); }
td.TdClassName
{
border-color: #C06D0D;
}
.TagClassName
{
border-color: #C06D0D;
}
</style>