Shades of Ochre #C6700B
Tints of Ochre #C6700B
RGB
CMYK
RGB Variations
Color information
#C6700B (or 0xC6700B) is known color: Ochre. HEX triplet: C6, 70 and 0B. RGB value is (198,112,11). Sum of RGB (Red+Green+Blue) = 198+112+11=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C6700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6700B is #398FF4. Grayscale: #7E7E7E. Windows color (decimal): -3772405 or 749766. OLE color: 749766.
HSL color Cylindrical-coordinate representation of color #C6700B: hue angle of 32.41º 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 #C6700B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 11 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.22 |
| HSL | 32.41º | 0.89% | 0.41% | - |
| HSV(B) | 32.41º | 0.94% | 0.78% | - |
| XYZ | 29.14 | 23.62 | 3.34 | - |
| YUV | 126.2 | 62.99 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 11 | 0 | 0.43 | 0.94 | 0.22 | 32.41 | 0.89 | 0.41 |
| Hex | C6 | 70 | B | 0 | 2B | 5E | 16 | 20 | 59 | 29 |
| Octal | 306 | 160 | 13 | 0 | 53 | 136 | 26 | 40 | 131 | 51 |
| Binary | 11000110 | 1110000 | 1011 | 0 | 101011 | 1011110 | 10110 | 100000 | 1011001 | 101001 |
Color Harmonies of #C6700B
Complementary color
Monochromatic Colors of #C6700B
Black with #C6700B
Text Example
Text Example
White with #C6700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6700B; }
p { color: rgb(198,112,11); }
H1.HeaderClassName
{
color: #C6700B;
}
.AnyTagClassName
{
color: #C6700B;
}
</style>
background-color css
<style>
a { background-color: #C6700B; }
a { background-color: rgb(198,112,11); }
div.DivClassName
{
background-color: #C6700B;
}
.BgClassName
{
background-color: #C6700B;
}
</style>
border-color css
<style>
span { border-color: #C6700B; }
span { border-color: rgb(198,112,11); }
td.TdClassName
{
border-color: #C6700B;
}
.TagClassName
{
border-color: #C6700B;
}
</style>