Shades of Ochre #C6721E
Tints of Ochre #C6721E
RGB
CMYK
RGB Variations
Color information
#C6721E (or 0xC6721E) is known color: Ochre. HEX triplet: C6, 72 and 1E. RGB value is (198,114,30). Sum of RGB (Red+Green+Blue) = 198+114+30=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6721E is #398DE1. Grayscale: #818181. Windows color (decimal): -3771874 or 1995462. OLE color: 1995462.
HSL color Cylindrical-coordinate representation of color #C6721E: hue angle of 30º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6721E is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 30 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.22 |
| HSL | 30º | 0.74% | 0.45% | - |
| HSV(B) | 30º | 0.85% | 0.78% | - |
| XYZ | 29.54 | 24.13 | 4.33 | - |
| YUV | 129.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 30 | 0 | 0.42 | 0.85 | 0.22 | 30 | 0.74 | 0.45 |
| Hex | C6 | 72 | 1E | 0 | 2A | 55 | 16 | 1E | 4A | 2D |
| Octal | 306 | 162 | 36 | 0 | 52 | 125 | 26 | 36 | 112 | 55 |
| Binary | 11000110 | 1110010 | 11110 | 0 | 101010 | 1010101 | 10110 | 11110 | 1001010 | 101101 |
Color Harmonies of #C6721E
Complementary color
Monochromatic Colors of #C6721E
Black with #C6721E
Text Example
Text Example
White with #C6721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6721E; }
p { color: rgb(198,114,30); }
H1.HeaderClassName
{
color: #C6721E;
}
.AnyTagClassName
{
color: #C6721E;
}
</style>
background-color css
<style>
a { background-color: #C6721E; }
a { background-color: rgb(198,114,30); }
div.DivClassName
{
background-color: #C6721E;
}
.BgClassName
{
background-color: #C6721E;
}
</style>
border-color css
<style>
span { border-color: #C6721E; }
span { border-color: rgb(198,114,30); }
td.TdClassName
{
border-color: #C6721E;
}
.TagClassName
{
border-color: #C6721E;
}
</style>