Shades of Ochre #C67413
Tints of Ochre #C67413
RGB
CMYK
RGB Variations
Color information
#C67413 (or 0xC67413) is known color: Ochre. HEX triplet: C6, 74 and 13. RGB value is (198,116,19). Sum of RGB (Red+Green+Blue) = 198+116+19=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C67413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67413 is #398BEC. Grayscale: #818181. Windows color (decimal): -3771373 or 1275078. OLE color: 1275078.
HSL color Cylindrical-coordinate representation of color #C67413: hue angle of 32.51º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C67413 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 19 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.22 |
| HSL | 32.51º | 0.82% | 0.43% | - |
| HSV(B) | 32.51º | 0.9% | 0.78% | - |
| XYZ | 29.65 | 24.54 | 3.79 | - |
| YUV | 129.46 | 65.67 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 19 | 0 | 0.41 | 0.90 | 0.22 | 32.51 | 0.82 | 0.43 |
| Hex | C6 | 74 | 13 | 0 | 29 | 5A | 16 | 21 | 52 | 2B |
| Octal | 306 | 164 | 23 | 0 | 51 | 132 | 26 | 41 | 122 | 53 |
| Binary | 11000110 | 1110100 | 10011 | 0 | 101001 | 1011010 | 10110 | 100001 | 1010010 | 101011 |
Color Harmonies of #C67413
Complementary color
Monochromatic Colors of #C67413
Black with #C67413
Text Example
Text Example
White with #C67413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67413; }
p { color: rgb(198,116,19); }
H1.HeaderClassName
{
color: #C67413;
}
.AnyTagClassName
{
color: #C67413;
}
</style>
background-color css
<style>
a { background-color: #C67413; }
a { background-color: rgb(198,116,19); }
div.DivClassName
{
background-color: #C67413;
}
.BgClassName
{
background-color: #C67413;
}
</style>
border-color css
<style>
span { border-color: #C67413; }
span { border-color: rgb(198,116,19); }
td.TdClassName
{
border-color: #C67413;
}
.TagClassName
{
border-color: #C67413;
}
</style>