Shades of Ochre #C06D15
Tints of Ochre #C06D15
RGB
CMYK
RGB Variations
Color information
#C06D15 (or 0xC06D15) is known color: Ochre. HEX triplet: C0, 6D and 15. RGB value is (192,109,21). Sum of RGB (Red+Green+Blue) = 192+109+21=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D15 is #3F92EA. Grayscale: #7C7C7C. Windows color (decimal): -4166379 or 1404352. OLE color: 1404352.
HSL color Cylindrical-coordinate representation of color #C06D15: hue angle of 30.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06D15 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 21 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.25 |
| HSL | 30.88º | 0.8% | 0.42% | - |
| HSV(B) | 30.88º | 0.89% | 0.75% | - |
| XYZ | 27.34 | 22.2 | 3.55 | - |
| YUV | 123.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 21 | 0 | 0.43 | 0.89 | 0.25 | 30.88 | 0.8 | 0.42 |
| Hex | C0 | 6D | 15 | 0 | 2B | 59 | 19 | 1F | 50 | 2A |
| Octal | 300 | 155 | 25 | 0 | 53 | 131 | 31 | 37 | 120 | 52 |
| Binary | 11000000 | 1101101 | 10101 | 0 | 101011 | 1011001 | 11001 | 11111 | 1010000 | 101010 |
Color Harmonies of #C06D15
Complementary color
Monochromatic Colors of #C06D15
Black with #C06D15
Text Example
Text Example
White with #C06D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D15; }
p { color: rgb(192,109,21); }
H1.HeaderClassName
{
color: #C06D15;
}
.AnyTagClassName
{
color: #C06D15;
}
</style>
background-color css
<style>
a { background-color: #C06D15; }
a { background-color: rgb(192,109,21); }
div.DivClassName
{
background-color: #C06D15;
}
.BgClassName
{
background-color: #C06D15;
}
</style>
border-color css
<style>
span { border-color: #C06D15; }
span { border-color: rgb(192,109,21); }
td.TdClassName
{
border-color: #C06D15;
}
.TagClassName
{
border-color: #C06D15;
}
</style>