Shades of Ochre #C06A1E
Tints of Ochre #C06A1E
RGB
CMYK
RGB Variations
Color information
#C06A1E (or 0xC06A1E) is known color: Ochre. HEX triplet: C0, 6A and 1E. RGB value is (192,106,30). Sum of RGB (Red+Green+Blue) = 192+106+30=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A1E is #3F95E1. Grayscale: #7B7B7B. Windows color (decimal): -4167138 or 1993408. OLE color: 1993408.
HSL color Cylindrical-coordinate representation of color #C06A1E: hue angle of 28.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C06A1E is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 30 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.25 |
| HSL | 28.15º | 0.73% | 0.44% | - |
| HSV(B) | 28.15º | 0.84% | 0.75% | - |
| XYZ | 27.13 | 21.61 | 3.97 | - |
| YUV | 123.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 30 | 0 | 0.45 | 0.84 | 0.25 | 28.15 | 0.73 | 0.44 |
| Hex | C0 | 6A | 1E | 0 | 2D | 54 | 19 | 1C | 49 | 2C |
| Octal | 300 | 152 | 36 | 0 | 55 | 124 | 31 | 34 | 111 | 54 |
| Binary | 11000000 | 1101010 | 11110 | 0 | 101101 | 1010100 | 11001 | 11100 | 1001001 | 101100 |
Color Harmonies of #C06A1E
Complementary color
Monochromatic Colors of #C06A1E
Black with #C06A1E
Text Example
Text Example
White with #C06A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A1E; }
p { color: rgb(192,106,30); }
H1.HeaderClassName
{
color: #C06A1E;
}
.AnyTagClassName
{
color: #C06A1E;
}
</style>
background-color css
<style>
a { background-color: #C06A1E; }
a { background-color: rgb(192,106,30); }
div.DivClassName
{
background-color: #C06A1E;
}
.BgClassName
{
background-color: #C06A1E;
}
</style>
border-color css
<style>
span { border-color: #C06A1E; }
span { border-color: rgb(192,106,30); }
td.TdClassName
{
border-color: #C06A1E;
}
.TagClassName
{
border-color: #C06A1E;
}
</style>