Shades of Ochre #C6700D
Tints of Ochre #C6700D
RGB
CMYK
RGB Variations
Color information
#C6700D (or 0xC6700D) is known color: Ochre. HEX triplet: C6, 70 and 0D. RGB value is (198,112,13). Sum of RGB (Red+Green+Blue) = 198+112+13=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6700D is #398FF2. Grayscale: #7E7E7E. Windows color (decimal): -3772403 or 880838. OLE color: 880838.
HSL color Cylindrical-coordinate representation of color #C6700D: hue angle of 32.11º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6700D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 13 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.22 |
| HSL | 32.11º | 0.88% | 0.41% | - |
| HSV(B) | 32.11º | 0.93% | 0.78% | - |
| XYZ | 29.16 | 23.62 | 3.4 | - |
| YUV | 126.43 | 63.99 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 13 | 0 | 0.43 | 0.93 | 0.22 | 32.11 | 0.88 | 0.41 |
| Hex | C6 | 70 | D | 0 | 2B | 5D | 16 | 20 | 58 | 29 |
| Octal | 306 | 160 | 15 | 0 | 53 | 135 | 26 | 40 | 130 | 51 |
| Binary | 11000110 | 1110000 | 1101 | 0 | 101011 | 1011101 | 10110 | 100000 | 1011000 | 101001 |
Color Harmonies of #C6700D
Complementary color
Monochromatic Colors of #C6700D
Black with #C6700D
Text Example
Text Example
White with #C6700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6700D; }
p { color: rgb(198,112,13); }
H1.HeaderClassName
{
color: #C6700D;
}
.AnyTagClassName
{
color: #C6700D;
}
</style>
background-color css
<style>
a { background-color: #C6700D; }
a { background-color: rgb(198,112,13); }
div.DivClassName
{
background-color: #C6700D;
}
.BgClassName
{
background-color: #C6700D;
}
</style>
border-color css
<style>
span { border-color: #C6700D; }
span { border-color: rgb(198,112,13); }
td.TdClassName
{
border-color: #C6700D;
}
.TagClassName
{
border-color: #C6700D;
}
</style>