Shades of Ochre #C6720E
Tints of Ochre #C6720E
RGB
CMYK
RGB Variations
Color information
#C6720E (or 0xC6720E) is known color: Ochre. HEX triplet: C6, 72 and 0E. RGB value is (198,114,14). Sum of RGB (Red+Green+Blue) = 198+114+14=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6720E is #398DF1. Grayscale: #808080. Windows color (decimal): -3771890 or 946886. OLE color: 946886.
HSL color Cylindrical-coordinate representation of color #C6720E: hue angle of 32.61º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6720E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.22 |
| HSL | 32.61º | 0.87% | 0.42% | - |
| HSV(B) | 32.61º | 0.93% | 0.78% | - |
| XYZ | 29.39 | 24.07 | 3.51 | - |
| YUV | 127.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 14 | 0 | 0.42 | 0.93 | 0.22 | 32.61 | 0.87 | 0.42 |
| Hex | C6 | 72 | E | 0 | 2A | 5D | 16 | 21 | 57 | 2A |
| Octal | 306 | 162 | 16 | 0 | 52 | 135 | 26 | 41 | 127 | 52 |
| Binary | 11000110 | 1110010 | 1110 | 0 | 101010 | 1011101 | 10110 | 100001 | 1010111 | 101010 |
Color Harmonies of #C6720E
Complementary color
Monochromatic Colors of #C6720E
Black with #C6720E
Text Example
Text Example
White with #C6720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6720E; }
p { color: rgb(198,114,14); }
H1.HeaderClassName
{
color: #C6720E;
}
.AnyTagClassName
{
color: #C6720E;
}
</style>
background-color css
<style>
a { background-color: #C6720E; }
a { background-color: rgb(198,114,14); }
div.DivClassName
{
background-color: #C6720E;
}
.BgClassName
{
background-color: #C6720E;
}
</style>
border-color css
<style>
span { border-color: #C6720E; }
span { border-color: rgb(198,114,14); }
td.TdClassName
{
border-color: #C6720E;
}
.TagClassName
{
border-color: #C6720E;
}
</style>