Shades of Ochre #C67015
Tints of Ochre #C67015
RGB
CMYK
RGB Variations
Color information
#C67015 (or 0xC67015) is known color: Ochre. HEX triplet: C6, 70 and 15. RGB value is (198,112,21). Sum of RGB (Red+Green+Blue) = 198+112+21=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C67015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67015 is #398FEA. Grayscale: #7F7F7F. Windows color (decimal): -3772395 or 1405126. OLE color: 1405126.
HSL color Cylindrical-coordinate representation of color #C67015: hue angle of 30.85º degrees, saturation: 0.81, 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 #C67015 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 21 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.22 |
| HSL | 30.85º | 0.81% | 0.43% | - |
| HSV(B) | 30.85º | 0.89% | 0.78% | - |
| XYZ | 29.22 | 23.65 | 3.73 | - |
| YUV | 127.34 | 67.99 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 21 | 0 | 0.43 | 0.89 | 0.22 | 30.85 | 0.81 | 0.43 |
| Hex | C6 | 70 | 15 | 0 | 2B | 59 | 16 | 1F | 51 | 2B |
| Octal | 306 | 160 | 25 | 0 | 53 | 131 | 26 | 37 | 121 | 53 |
| Binary | 11000110 | 1110000 | 10101 | 0 | 101011 | 1011001 | 10110 | 11111 | 1010001 | 101011 |
Color Harmonies of #C67015
Complementary color
Monochromatic Colors of #C67015
Black with #C67015
Text Example
Text Example
White with #C67015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67015; }
p { color: rgb(198,112,21); }
H1.HeaderClassName
{
color: #C67015;
}
.AnyTagClassName
{
color: #C67015;
}
</style>
background-color css
<style>
a { background-color: #C67015; }
a { background-color: rgb(198,112,21); }
div.DivClassName
{
background-color: #C67015;
}
.BgClassName
{
background-color: #C67015;
}
</style>
border-color css
<style>
span { border-color: #C67015; }
span { border-color: rgb(198,112,21); }
td.TdClassName
{
border-color: #C67015;
}
.TagClassName
{
border-color: #C67015;
}
</style>