Shades of Ochre #C06C0D
Tints of Ochre #C06C0D
RGB
CMYK
RGB Variations
Color information
#C06C0D (or 0xC06C0D) is known color: Ochre. HEX triplet: C0, 6C and 0D. RGB value is (192,108,13). Sum of RGB (Red+Green+Blue) = 192+108+13=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C0D is #3F93F2. Grayscale: #7A7A7A. Windows color (decimal): -4166643 or 879808. OLE color: 879808.
HSL color Cylindrical-coordinate representation of color #C06C0D: hue angle of 31.84º 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 #C06C0D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 13 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.25 |
| HSL | 31.84º | 0.87% | 0.4% | - |
| HSV(B) | 31.84º | 0.93% | 0.75% | - |
| XYZ | 27.17 | 21.96 | 3.19 | - |
| YUV | 122.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 13 | 0 | 0.44 | 0.93 | 0.25 | 31.84 | 0.87 | 0.4 |
| Hex | C0 | 6C | D | 0 | 2C | 5D | 19 | 20 | 57 | 28 |
| Octal | 300 | 154 | 15 | 0 | 54 | 135 | 31 | 40 | 127 | 50 |
| Binary | 11000000 | 1101100 | 1101 | 0 | 101100 | 1011101 | 11001 | 100000 | 1010111 | 101000 |
Color Harmonies of #C06C0D
Complementary color
Monochromatic Colors of #C06C0D
Black with #C06C0D
Text Example
Text Example
White with #C06C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C0D; }
p { color: rgb(192,108,13); }
H1.HeaderClassName
{
color: #C06C0D;
}
.AnyTagClassName
{
color: #C06C0D;
}
</style>
background-color css
<style>
a { background-color: #C06C0D; }
a { background-color: rgb(192,108,13); }
div.DivClassName
{
background-color: #C06C0D;
}
.BgClassName
{
background-color: #C06C0D;
}
</style>
border-color css
<style>
span { border-color: #C06C0D; }
span { border-color: rgb(192,108,13); }
td.TdClassName
{
border-color: #C06C0D;
}
.TagClassName
{
border-color: #C06C0D;
}
</style>