Shades of Ochre #C6701F
Tints of Ochre #C6701F
RGB
CMYK
RGB Variations
Color information
#C6701F (or 0xC6701F) is known color: Ochre. HEX triplet: C6, 70 and 1F. RGB value is (198,112,31). Sum of RGB (Red+Green+Blue) = 198+112+31=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6701F is #398FE0. Grayscale: #808080. Windows color (decimal): -3772385 or 2060486. OLE color: 2060486.
HSL color Cylindrical-coordinate representation of color #C6701F: hue angle of 29.1º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6701F is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 31 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.22 |
| HSL | 29.1º | 0.73% | 0.45% | - |
| HSV(B) | 29.1º | 0.84% | 0.78% | - |
| XYZ | 29.33 | 23.69 | 4.32 | - |
| YUV | 128.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 31 | 0 | 0.43 | 0.84 | 0.22 | 29.1 | 0.73 | 0.45 |
| Hex | C6 | 70 | 1F | 0 | 2B | 54 | 16 | 1D | 49 | 2D |
| Octal | 306 | 160 | 37 | 0 | 53 | 124 | 26 | 35 | 111 | 55 |
| Binary | 11000110 | 1110000 | 11111 | 0 | 101011 | 1010100 | 10110 | 11101 | 1001001 | 101101 |
Color Harmonies of #C6701F
Complementary color
Monochromatic Colors of #C6701F
Black with #C6701F
Text Example
Text Example
White with #C6701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6701F; }
p { color: rgb(198,112,31); }
H1.HeaderClassName
{
color: #C6701F;
}
.AnyTagClassName
{
color: #C6701F;
}
</style>
background-color css
<style>
a { background-color: #C6701F; }
a { background-color: rgb(198,112,31); }
div.DivClassName
{
background-color: #C6701F;
}
.BgClassName
{
background-color: #C6701F;
}
</style>
border-color css
<style>
span { border-color: #C6701F; }
span { border-color: rgb(198,112,31); }
td.TdClassName
{
border-color: #C6701F;
}
.TagClassName
{
border-color: #C6701F;
}
</style>