Shades of Ochre #C06D11
Tints of Ochre #C06D11
RGB
CMYK
RGB Variations
Color information
#C06D11 (or 0xC06D11) is known color: Ochre. HEX triplet: C0, 6D and 11. RGB value is (192,109,17). Sum of RGB (Red+Green+Blue) = 192+109+17=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D11 is #3F92EE. Grayscale: #7B7B7B. Windows color (decimal): -4166383 or 1142208. OLE color: 1142208.
HSL color Cylindrical-coordinate representation of color #C06D11: hue angle of 31.54º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C06D11 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 17 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.25 |
| HSL | 31.54º | 0.84% | 0.41% | - |
| HSV(B) | 31.54º | 0.91% | 0.75% | - |
| XYZ | 27.31 | 22.18 | 3.37 | - |
| YUV | 123.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 17 | 0 | 0.43 | 0.91 | 0.25 | 31.54 | 0.84 | 0.41 |
| Hex | C0 | 6D | 11 | 0 | 2B | 5B | 19 | 20 | 54 | 29 |
| Octal | 300 | 155 | 21 | 0 | 53 | 133 | 31 | 40 | 124 | 51 |
| Binary | 11000000 | 1101101 | 10001 | 0 | 101011 | 1011011 | 11001 | 100000 | 1010100 | 101001 |
Color Harmonies of #C06D11
Complementary color
Monochromatic Colors of #C06D11
Black with #C06D11
Text Example
Text Example
White with #C06D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D11; }
p { color: rgb(192,109,17); }
H1.HeaderClassName
{
color: #C06D11;
}
.AnyTagClassName
{
color: #C06D11;
}
</style>
background-color css
<style>
a { background-color: #C06D11; }
a { background-color: rgb(192,109,17); }
div.DivClassName
{
background-color: #C06D11;
}
.BgClassName
{
background-color: #C06D11;
}
</style>
border-color css
<style>
span { border-color: #C06D11; }
span { border-color: rgb(192,109,17); }
td.TdClassName
{
border-color: #C06D11;
}
.TagClassName
{
border-color: #C06D11;
}
</style>