Shades of Ochre #C46F0E
Tints of Ochre #C46F0E
RGB
CMYK
RGB Variations
Color information
#C46F0E (or 0xC46F0E) is known color: Ochre. HEX triplet: C4, 6F and 0E. RGB value is (196,111,14). Sum of RGB (Red+Green+Blue) = 196+111+14=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46F0E is #3B90F1. Grayscale: #7D7D7D. Windows color (decimal): -3903730 or 946116. OLE color: 946116.
HSL color Cylindrical-coordinate representation of color #C46F0E: hue angle of 31.98º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C46F0E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 14 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.23 |
| HSL | 31.98º | 0.87% | 0.41% | - |
| HSV(B) | 31.98º | 0.93% | 0.77% | - |
| XYZ | 28.53 | 23.14 | 3.38 | - |
| YUV | 125.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 14 | 0 | 0.43 | 0.93 | 0.23 | 31.98 | 0.87 | 0.41 |
| Hex | C4 | 6F | E | 0 | 2B | 5D | 17 | 20 | 57 | 29 |
| Octal | 304 | 157 | 16 | 0 | 53 | 135 | 27 | 40 | 127 | 51 |
| Binary | 11000100 | 1101111 | 1110 | 0 | 101011 | 1011101 | 10111 | 100000 | 1010111 | 101001 |
Color Harmonies of #C46F0E
Complementary color
Monochromatic Colors of #C46F0E
Black with #C46F0E
Text Example
Text Example
White with #C46F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F0E; }
p { color: rgb(196,111,14); }
H1.HeaderClassName
{
color: #C46F0E;
}
.AnyTagClassName
{
color: #C46F0E;
}
</style>
background-color css
<style>
a { background-color: #C46F0E; }
a { background-color: rgb(196,111,14); }
div.DivClassName
{
background-color: #C46F0E;
}
.BgClassName
{
background-color: #C46F0E;
}
</style>
border-color css
<style>
span { border-color: #C46F0E; }
span { border-color: rgb(196,111,14); }
td.TdClassName
{
border-color: #C46F0E;
}
.TagClassName
{
border-color: #C46F0E;
}
</style>