Shades of Ochre #C67E19
Tints of Ochre #C67E19
RGB
CMYK
RGB Variations
Color information
#C67E19 (or 0xC67E19) is known color: Ochre. HEX triplet: C6, 7E and 19. RGB value is (198,126,25). Sum of RGB (Red+Green+Blue) = 198+126+25=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67E19 is #3981E6. Grayscale: #888888. Windows color (decimal): -3768807 or 1670854. OLE color: 1670854.
HSL color Cylindrical-coordinate representation of color #C67E19: hue angle of 35.03º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C67E19 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 25 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.22 |
| HSL | 35.03º | 0.78% | 0.44% | - |
| HSV(B) | 35.03º | 0.87% | 0.78% | - |
| XYZ | 30.93 | 27 | 4.5 | - |
| YUV | 136.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 25 | 0 | 0.36 | 0.87 | 0.22 | 35.03 | 0.78 | 0.44 |
| Hex | C6 | 7E | 19 | 0 | 24 | 57 | 16 | 23 | 4E | 2C |
| Octal | 306 | 176 | 31 | 0 | 44 | 127 | 26 | 43 | 116 | 54 |
| Binary | 11000110 | 1111110 | 11001 | 0 | 100100 | 1010111 | 10110 | 100011 | 1001110 | 101100 |
Color Harmonies of #C67E19
Complementary color
Monochromatic Colors of #C67E19
Black with #C67E19
Text Example
Text Example
White with #C67E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67E19; }
p { color: rgb(198,126,25); }
H1.HeaderClassName
{
color: #C67E19;
}
.AnyTagClassName
{
color: #C67E19;
}
</style>
background-color css
<style>
a { background-color: #C67E19; }
a { background-color: rgb(198,126,25); }
div.DivClassName
{
background-color: #C67E19;
}
.BgClassName
{
background-color: #C67E19;
}
</style>
border-color css
<style>
span { border-color: #C67E19; }
span { border-color: rgb(198,126,25); }
td.TdClassName
{
border-color: #C67E19;
}
.TagClassName
{
border-color: #C67E19;
}
</style>