Shades of Ochre #C67C14
Tints of Ochre #C67C14
RGB
CMYK
RGB Variations
Color information
#C67C14 (or 0xC67C14) is known color: Ochre. HEX triplet: C6, 7C and 14. RGB value is (198,124,20). Sum of RGB (Red+Green+Blue) = 198+124+20=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67C14 is #3983EB. Grayscale: #868686. Windows color (decimal): -3769324 or 1342662. OLE color: 1342662.
HSL color Cylindrical-coordinate representation of color #C67C14: hue angle of 35.06º 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 #C67C14 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 20 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.22 |
| HSL | 35.06º | 0.82% | 0.43% | - |
| HSV(B) | 35.06º | 0.9% | 0.78% | - |
| XYZ | 30.62 | 26.47 | 4.16 | - |
| YUV | 134.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 20 | 0 | 0.37 | 0.90 | 0.22 | 35.06 | 0.82 | 0.43 |
| Hex | C6 | 7C | 14 | 0 | 25 | 5A | 16 | 23 | 52 | 2B |
| Octal | 306 | 174 | 24 | 0 | 45 | 132 | 26 | 43 | 122 | 53 |
| Binary | 11000110 | 1111100 | 10100 | 0 | 100101 | 1011010 | 10110 | 100011 | 1010010 | 101011 |
Color Harmonies of #C67C14
Complementary color
Monochromatic Colors of #C67C14
Black with #C67C14
Text Example
Text Example
White with #C67C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C14; }
p { color: rgb(198,124,20); }
H1.HeaderClassName
{
color: #C67C14;
}
.AnyTagClassName
{
color: #C67C14;
}
</style>
background-color css
<style>
a { background-color: #C67C14; }
a { background-color: rgb(198,124,20); }
div.DivClassName
{
background-color: #C67C14;
}
.BgClassName
{
background-color: #C67C14;
}
</style>
border-color css
<style>
span { border-color: #C67C14; }
span { border-color: rgb(198,124,20); }
td.TdClassName
{
border-color: #C67C14;
}
.TagClassName
{
border-color: #C67C14;
}
</style>