Shades of Ochre #C06E13
Tints of Ochre #C06E13
RGB
CMYK
RGB Variations
Color information
#C06E13 (or 0xC06E13) is known color: Ochre. HEX triplet: C0, 6E and 13. RGB value is (192,110,19). Sum of RGB (Red+Green+Blue) = 192+110+19=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E13 is #3F91EC. Grayscale: #7C7C7C. Windows color (decimal): -4166125 or 1273536. OLE color: 1273536.
HSL color Cylindrical-coordinate representation of color #C06E13: hue angle of 31.56º 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 #C06E13 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 19 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.25 |
| HSL | 31.56º | 0.82% | 0.41% | - |
| HSV(B) | 31.56º | 0.9% | 0.75% | - |
| XYZ | 27.43 | 22.41 | 3.49 | - |
| YUV | 124.14 | 68.67 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 19 | 0 | 0.43 | 0.90 | 0.25 | 31.56 | 0.82 | 0.41 |
| Hex | C0 | 6E | 13 | 0 | 2B | 5A | 19 | 20 | 52 | 29 |
| Octal | 300 | 156 | 23 | 0 | 53 | 132 | 31 | 40 | 122 | 51 |
| Binary | 11000000 | 1101110 | 10011 | 0 | 101011 | 1011010 | 11001 | 100000 | 1010010 | 101001 |
Color Harmonies of #C06E13
Complementary color
Monochromatic Colors of #C06E13
Black with #C06E13
Text Example
Text Example
White with #C06E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E13; }
p { color: rgb(192,110,19); }
H1.HeaderClassName
{
color: #C06E13;
}
.AnyTagClassName
{
color: #C06E13;
}
</style>
background-color css
<style>
a { background-color: #C06E13; }
a { background-color: rgb(192,110,19); }
div.DivClassName
{
background-color: #C06E13;
}
.BgClassName
{
background-color: #C06E13;
}
</style>
border-color css
<style>
span { border-color: #C06E13; }
span { border-color: rgb(192,110,19); }
td.TdClassName
{
border-color: #C06E13;
}
.TagClassName
{
border-color: #C06E13;
}
</style>