Shades of Ochre #C67A14
Tints of Ochre #C67A14
RGB
CMYK
RGB Variations
Color information
#C67A14 (or 0xC67A14) is known color: Ochre. HEX triplet: C6, 7A and 14. RGB value is (198,122,20). Sum of RGB (Red+Green+Blue) = 198+122+20=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A14 is #3985EB. Grayscale: #858585. Windows color (decimal): -3769836 or 1342150. OLE color: 1342150.
HSL color Cylindrical-coordinate representation of color #C67A14: hue angle of 34.38º 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 #C67A14 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 20 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.22 |
| HSL | 34.38º | 0.82% | 0.43% | - |
| HSV(B) | 34.38º | 0.9% | 0.78% | - |
| XYZ | 30.37 | 25.98 | 4.07 | - |
| YUV | 133.1 | 64.18 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 20 | 0 | 0.38 | 0.90 | 0.22 | 34.38 | 0.82 | 0.43 |
| Hex | C6 | 7A | 14 | 0 | 26 | 5A | 16 | 22 | 52 | 2B |
| Octal | 306 | 172 | 24 | 0 | 46 | 132 | 26 | 42 | 122 | 53 |
| Binary | 11000110 | 1111010 | 10100 | 0 | 100110 | 1011010 | 10110 | 100010 | 1010010 | 101011 |
Color Harmonies of #C67A14
Complementary color
Monochromatic Colors of #C67A14
Black with #C67A14
Text Example
Text Example
White with #C67A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A14; }
p { color: rgb(198,122,20); }
H1.HeaderClassName
{
color: #C67A14;
}
.AnyTagClassName
{
color: #C67A14;
}
</style>
background-color css
<style>
a { background-color: #C67A14; }
a { background-color: rgb(198,122,20); }
div.DivClassName
{
background-color: #C67A14;
}
.BgClassName
{
background-color: #C67A14;
}
</style>
border-color css
<style>
span { border-color: #C67A14; }
span { border-color: rgb(198,122,20); }
td.TdClassName
{
border-color: #C67A14;
}
.TagClassName
{
border-color: #C67A14;
}
</style>