Shades of Ochre #C67811
Tints of Ochre #C67811
RGB
CMYK
RGB Variations
Color information
#C67811 (or 0xC67811) is known color: Ochre. HEX triplet: C6, 78 and 11. RGB value is (198,120,17). Sum of RGB (Red+Green+Blue) = 198+120+17=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C67811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67811 is #3987EE. Grayscale: #848484. Windows color (decimal): -3770351 or 1145030. OLE color: 1145030.
HSL color Cylindrical-coordinate representation of color #C67811: hue angle of 34.14º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C67811 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 17 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.22 |
| HSL | 34.14º | 0.84% | 0.42% | - |
| HSV(B) | 34.14º | 0.91% | 0.78% | - |
| XYZ | 30.11 | 25.48 | 3.86 | - |
| YUV | 131.58 | 63.34 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 17 | 0 | 0.39 | 0.91 | 0.22 | 34.14 | 0.84 | 0.42 |
| Hex | C6 | 78 | 11 | 0 | 27 | 5B | 16 | 22 | 54 | 2A |
| Octal | 306 | 170 | 21 | 0 | 47 | 133 | 26 | 42 | 124 | 52 |
| Binary | 11000110 | 1111000 | 10001 | 0 | 100111 | 1011011 | 10110 | 100010 | 1010100 | 101010 |
Color Harmonies of #C67811
Complementary color
Monochromatic Colors of #C67811
Black with #C67811
Text Example
Text Example
White with #C67811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67811; }
p { color: rgb(198,120,17); }
H1.HeaderClassName
{
color: #C67811;
}
.AnyTagClassName
{
color: #C67811;
}
</style>
background-color css
<style>
a { background-color: #C67811; }
a { background-color: rgb(198,120,17); }
div.DivClassName
{
background-color: #C67811;
}
.BgClassName
{
background-color: #C67811;
}
</style>
border-color css
<style>
span { border-color: #C67811; }
span { border-color: rgb(198,120,17); }
td.TdClassName
{
border-color: #C67811;
}
.TagClassName
{
border-color: #C67811;
}
</style>