Shades of Ochre #C6710C
Tints of Ochre #C6710C
RGB
CMYK
RGB Variations
Color information
#C6710C (or 0xC6710C) is known color: Ochre. HEX triplet: C6, 71 and 0C. RGB value is (198,113,12). Sum of RGB (Red+Green+Blue) = 198+113+12=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6710C is #398EF3. Grayscale: #7F7F7F. Windows color (decimal): -3772148 or 815558. OLE color: 815558.
HSL color Cylindrical-coordinate representation of color #C6710C: hue angle of 32.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6710C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.22 |
| HSL | 32.58º | 0.89% | 0.41% | - |
| HSV(B) | 32.58º | 0.94% | 0.78% | - |
| XYZ | 29.26 | 23.84 | 3.41 | - |
| YUV | 126.9 | 63.16 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 12 | 0 | 0.43 | 0.94 | 0.22 | 32.58 | 0.89 | 0.41 |
| Hex | C6 | 71 | C | 0 | 2B | 5E | 16 | 21 | 59 | 29 |
| Octal | 306 | 161 | 14 | 0 | 53 | 136 | 26 | 41 | 131 | 51 |
| Binary | 11000110 | 1110001 | 1100 | 0 | 101011 | 1011110 | 10110 | 100001 | 1011001 | 101001 |
Color Harmonies of #C6710C
Complementary color
Monochromatic Colors of #C6710C
Black with #C6710C
Text Example
Text Example
White with #C6710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6710C; }
p { color: rgb(198,113,12); }
H1.HeaderClassName
{
color: #C6710C;
}
.AnyTagClassName
{
color: #C6710C;
}
</style>
background-color css
<style>
a { background-color: #C6710C; }
a { background-color: rgb(198,113,12); }
div.DivClassName
{
background-color: #C6710C;
}
.BgClassName
{
background-color: #C6710C;
}
</style>
border-color css
<style>
span { border-color: #C6710C; }
span { border-color: rgb(198,113,12); }
td.TdClassName
{
border-color: #C6710C;
}
.TagClassName
{
border-color: #C6710C;
}
</style>