Shades of Ochre #C06D0A
Tints of Ochre #C06D0A
RGB
CMYK
RGB Variations
Color information
#C06D0A (or 0xC06D0A) is known color: Ochre. HEX triplet: C0, 6D and 0A. RGB value is (192,109,10). Sum of RGB (Red+Green+Blue) = 192+109+10=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D0A is #3F92F5. Grayscale: #7B7B7B. Windows color (decimal): -4166390 or 683456. OLE color: 683456.
HSL color Cylindrical-coordinate representation of color #C06D0A: hue angle of 32.64º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C06D0A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.25 |
| HSL | 32.64º | 0.9% | 0.4% | - |
| HSV(B) | 32.64º | 0.95% | 0.75% | - |
| XYZ | 27.26 | 22.17 | 3.13 | - |
| YUV | 122.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 10 | 0 | 0.43 | 0.95 | 0.25 | 32.64 | 0.9 | 0.4 |
| Hex | C0 | 6D | A | 0 | 2B | 5F | 19 | 21 | 5A | 28 |
| Octal | 300 | 155 | 12 | 0 | 53 | 137 | 31 | 41 | 132 | 50 |
| Binary | 11000000 | 1101101 | 1010 | 0 | 101011 | 1011111 | 11001 | 100001 | 1011010 | 101000 |
Color Harmonies of #C06D0A
Complementary color
Monochromatic Colors of #C06D0A
Black with #C06D0A
Text Example
Text Example
White with #C06D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D0A; }
p { color: rgb(192,109,10); }
H1.HeaderClassName
{
color: #C06D0A;
}
.AnyTagClassName
{
color: #C06D0A;
}
</style>
background-color css
<style>
a { background-color: #C06D0A; }
a { background-color: rgb(192,109,10); }
div.DivClassName
{
background-color: #C06D0A;
}
.BgClassName
{
background-color: #C06D0A;
}
</style>
border-color css
<style>
span { border-color: #C06D0A; }
span { border-color: rgb(192,109,10); }
td.TdClassName
{
border-color: #C06D0A;
}
.TagClassName
{
border-color: #C06D0A;
}
</style>