Shades of Ochre #C6721C
Tints of Ochre #C6721C
RGB
CMYK
RGB Variations
Color information
#C6721C (or 0xC6721C) is known color: Ochre. HEX triplet: C6, 72 and 1C. RGB value is (198,114,28). Sum of RGB (Red+Green+Blue) = 198+114+28=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6721C is #398DE3. Grayscale: #818181. Windows color (decimal): -3771876 or 1864390. OLE color: 1864390.
HSL color Cylindrical-coordinate representation of color #C6721C: hue angle of 30.35º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6721C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 28 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.22 |
| HSL | 30.35º | 0.75% | 0.44% | - |
| HSV(B) | 30.35º | 0.86% | 0.78% | - |
| XYZ | 29.52 | 24.12 | 4.2 | - |
| YUV | 129.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 28 | 0 | 0.42 | 0.86 | 0.22 | 30.35 | 0.75 | 0.44 |
| Hex | C6 | 72 | 1C | 0 | 2A | 56 | 16 | 1E | 4B | 2C |
| Octal | 306 | 162 | 34 | 0 | 52 | 126 | 26 | 36 | 113 | 54 |
| Binary | 11000110 | 1110010 | 11100 | 0 | 101010 | 1010110 | 10110 | 11110 | 1001011 | 101100 |
Color Harmonies of #C6721C
Complementary color
Monochromatic Colors of #C6721C
Black with #C6721C
Text Example
Text Example
White with #C6721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6721C; }
p { color: rgb(198,114,28); }
H1.HeaderClassName
{
color: #C6721C;
}
.AnyTagClassName
{
color: #C6721C;
}
</style>
background-color css
<style>
a { background-color: #C6721C; }
a { background-color: rgb(198,114,28); }
div.DivClassName
{
background-color: #C6721C;
}
.BgClassName
{
background-color: #C6721C;
}
</style>
border-color css
<style>
span { border-color: #C6721C; }
span { border-color: rgb(198,114,28); }
td.TdClassName
{
border-color: #C6721C;
}
.TagClassName
{
border-color: #C6721C;
}
</style>