Shades of Ochre #C67D14
Tints of Ochre #C67D14
RGB
CMYK
RGB Variations
Color information
#C67D14 (or 0xC67D14) is known color: Ochre. HEX triplet: C6, 7D and 14. RGB value is (198,125,20). Sum of RGB (Red+Green+Blue) = 198+125+20=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67D14 is #3982EB. Grayscale: #878787. Windows color (decimal): -3769068 or 1342918. OLE color: 1342918.
HSL color Cylindrical-coordinate representation of color #C67D14: hue angle of 35.39º 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 #C67D14 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 20 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.22 |
| HSL | 35.39º | 0.82% | 0.43% | - |
| HSV(B) | 35.39º | 0.9% | 0.78% | - |
| XYZ | 30.75 | 26.72 | 4.2 | - |
| YUV | 134.86 | 63.18 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 20 | 0 | 0.37 | 0.90 | 0.22 | 35.39 | 0.82 | 0.43 |
| Hex | C6 | 7D | 14 | 0 | 25 | 5A | 16 | 23 | 52 | 2B |
| Octal | 306 | 175 | 24 | 0 | 45 | 132 | 26 | 43 | 122 | 53 |
| Binary | 11000110 | 1111101 | 10100 | 0 | 100101 | 1011010 | 10110 | 100011 | 1010010 | 101011 |
Color Harmonies of #C67D14
Complementary color
Monochromatic Colors of #C67D14
Black with #C67D14
Text Example
Text Example
White with #C67D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D14; }
p { color: rgb(198,125,20); }
H1.HeaderClassName
{
color: #C67D14;
}
.AnyTagClassName
{
color: #C67D14;
}
</style>
background-color css
<style>
a { background-color: #C67D14; }
a { background-color: rgb(198,125,20); }
div.DivClassName
{
background-color: #C67D14;
}
.BgClassName
{
background-color: #C67D14;
}
</style>
border-color css
<style>
span { border-color: #C67D14; }
span { border-color: rgb(198,125,20); }
td.TdClassName
{
border-color: #C67D14;
}
.TagClassName
{
border-color: #C67D14;
}
</style>