Shades of Ochre #C06D12
Tints of Ochre #C06D12
RGB
CMYK
RGB Variations
Color information
#C06D12 (or 0xC06D12) is known color: Ochre. HEX triplet: C0, 6D and 12. RGB value is (192,109,18). Sum of RGB (Red+Green+Blue) = 192+109+18=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D12 is #3F92ED. Grayscale: #7B7B7B. Windows color (decimal): -4166382 or 1207744. OLE color: 1207744.
HSL color Cylindrical-coordinate representation of color #C06D12: hue angle of 31.38º degrees, saturation: 0.83, 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 #C06D12 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 18 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.25 |
| HSL | 31.38º | 0.83% | 0.41% | - |
| HSV(B) | 31.38º | 0.91% | 0.75% | - |
| XYZ | 27.32 | 22.19 | 3.42 | - |
| YUV | 123.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 18 | 0 | 0.43 | 0.91 | 0.25 | 31.38 | 0.83 | 0.41 |
| Hex | C0 | 6D | 12 | 0 | 2B | 5B | 19 | 1F | 53 | 29 |
| Octal | 300 | 155 | 22 | 0 | 53 | 133 | 31 | 37 | 123 | 51 |
| Binary | 11000000 | 1101101 | 10010 | 0 | 101011 | 1011011 | 11001 | 11111 | 1010011 | 101001 |
Color Harmonies of #C06D12
Complementary color
Monochromatic Colors of #C06D12
Black with #C06D12
Text Example
Text Example
White with #C06D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D12; }
p { color: rgb(192,109,18); }
H1.HeaderClassName
{
color: #C06D12;
}
.AnyTagClassName
{
color: #C06D12;
}
</style>
background-color css
<style>
a { background-color: #C06D12; }
a { background-color: rgb(192,109,18); }
div.DivClassName
{
background-color: #C06D12;
}
.BgClassName
{
background-color: #C06D12;
}
</style>
border-color css
<style>
span { border-color: #C06D12; }
span { border-color: rgb(192,109,18); }
td.TdClassName
{
border-color: #C06D12;
}
.TagClassName
{
border-color: #C06D12;
}
</style>