Shades of Ochre #C67A16
Tints of Ochre #C67A16
RGB
CMYK
RGB Variations
Color information
#C67A16 (or 0xC67A16) is known color: Ochre. HEX triplet: C6, 7A and 16. RGB value is (198,122,22). Sum of RGB (Red+Green+Blue) = 198+122+22=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A16 is #3985E9. Grayscale: #858585. Windows color (decimal): -3769834 or 1473222. OLE color: 1473222.
HSL color Cylindrical-coordinate representation of color #C67A16: hue angle of 34.09º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C67A16 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 22 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.22 |
| HSL | 34.09º | 0.8% | 0.43% | - |
| HSV(B) | 34.09º | 0.89% | 0.78% | - |
| XYZ | 30.39 | 25.98 | 4.17 | - |
| YUV | 133.32 | 65.18 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 22 | 0 | 0.38 | 0.89 | 0.22 | 34.09 | 0.8 | 0.43 |
| Hex | C6 | 7A | 16 | 0 | 26 | 59 | 16 | 22 | 50 | 2B |
| Octal | 306 | 172 | 26 | 0 | 46 | 131 | 26 | 42 | 120 | 53 |
| Binary | 11000110 | 1111010 | 10110 | 0 | 100110 | 1011001 | 10110 | 100010 | 1010000 | 101011 |
Color Harmonies of #C67A16
Complementary color
Monochromatic Colors of #C67A16
Black with #C67A16
Text Example
Text Example
White with #C67A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A16; }
p { color: rgb(198,122,22); }
H1.HeaderClassName
{
color: #C67A16;
}
.AnyTagClassName
{
color: #C67A16;
}
</style>
background-color css
<style>
a { background-color: #C67A16; }
a { background-color: rgb(198,122,22); }
div.DivClassName
{
background-color: #C67A16;
}
.BgClassName
{
background-color: #C67A16;
}
</style>
border-color css
<style>
span { border-color: #C67A16; }
span { border-color: rgb(198,122,22); }
td.TdClassName
{
border-color: #C67A16;
}
.TagClassName
{
border-color: #C67A16;
}
</style>