Shades of Ochre #C06D13
Tints of Ochre #C06D13
RGB
CMYK
RGB Variations
Color information
#C06D13 (or 0xC06D13) is known color: Ochre. HEX triplet: C0, 6D and 13. RGB value is (192,109,19). Sum of RGB (Red+Green+Blue) = 192+109+19=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D13 is #3F92EC. Grayscale: #7C7C7C. Windows color (decimal): -4166381 or 1273280. OLE color: 1273280.
HSL color Cylindrical-coordinate representation of color #C06D13: hue angle of 31.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06D13 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 19 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.25 |
| HSL | 31.21º | 0.82% | 0.41% | - |
| HSV(B) | 31.21º | 0.9% | 0.75% | - |
| XYZ | 27.32 | 22.19 | 3.46 | - |
| YUV | 123.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 19 | 0 | 0.43 | 0.90 | 0.25 | 31.21 | 0.82 | 0.41 |
| Hex | C0 | 6D | 13 | 0 | 2B | 5A | 19 | 1F | 52 | 29 |
| Octal | 300 | 155 | 23 | 0 | 53 | 132 | 31 | 37 | 122 | 51 |
| Binary | 11000000 | 1101101 | 10011 | 0 | 101011 | 1011010 | 11001 | 11111 | 1010010 | 101001 |
Color Harmonies of #C06D13
Complementary color
Monochromatic Colors of #C06D13
Black with #C06D13
Text Example
Text Example
White with #C06D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D13; }
p { color: rgb(192,109,19); }
H1.HeaderClassName
{
color: #C06D13;
}
.AnyTagClassName
{
color: #C06D13;
}
</style>
background-color css
<style>
a { background-color: #C06D13; }
a { background-color: rgb(192,109,19); }
div.DivClassName
{
background-color: #C06D13;
}
.BgClassName
{
background-color: #C06D13;
}
</style>
border-color css
<style>
span { border-color: #C06D13; }
span { border-color: rgb(192,109,19); }
td.TdClassName
{
border-color: #C06D13;
}
.TagClassName
{
border-color: #C06D13;
}
</style>