Shades of Ochre #C67A13
Tints of Ochre #C67A13
RGB
CMYK
RGB Variations
Color information
#C67A13 (or 0xC67A13) is known color: Ochre. HEX triplet: C6, 7A and 13. RGB value is (198,122,19). Sum of RGB (Red+Green+Blue) = 198+122+19=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A13 is #3985EC. Grayscale: #858585. Windows color (decimal): -3769837 or 1276614. OLE color: 1276614.
HSL color Cylindrical-coordinate representation of color #C67A13: hue angle of 34.53º 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 #C67A13 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 19 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.22 |
| HSL | 34.53º | 0.82% | 0.43% | - |
| HSV(B) | 34.53º | 0.9% | 0.78% | - |
| XYZ | 30.37 | 25.97 | 4.03 | - |
| YUV | 132.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 19 | 0 | 0.38 | 0.90 | 0.22 | 34.53 | 0.82 | 0.43 |
| Hex | C6 | 7A | 13 | 0 | 26 | 5A | 16 | 23 | 52 | 2B |
| Octal | 306 | 172 | 23 | 0 | 46 | 132 | 26 | 43 | 122 | 53 |
| Binary | 11000110 | 1111010 | 10011 | 0 | 100110 | 1011010 | 10110 | 100011 | 1010010 | 101011 |
Color Harmonies of #C67A13
Complementary color
Monochromatic Colors of #C67A13
Black with #C67A13
Text Example
Text Example
White with #C67A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A13; }
p { color: rgb(198,122,19); }
H1.HeaderClassName
{
color: #C67A13;
}
.AnyTagClassName
{
color: #C67A13;
}
</style>
background-color css
<style>
a { background-color: #C67A13; }
a { background-color: rgb(198,122,19); }
div.DivClassName
{
background-color: #C67A13;
}
.BgClassName
{
background-color: #C67A13;
}
</style>
border-color css
<style>
span { border-color: #C67A13; }
span { border-color: rgb(198,122,19); }
td.TdClassName
{
border-color: #C67A13;
}
.TagClassName
{
border-color: #C67A13;
}
</style>