Shades of Ochre #C6750E
Tints of Ochre #C6750E
RGB
CMYK
RGB Variations
Color information
#C6750E (or 0xC6750E) is known color: Ochre. HEX triplet: C6, 75 and 0E. RGB value is (198,117,14). Sum of RGB (Red+Green+Blue) = 198+117+14=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6750E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6750E is #398AF1. Grayscale: #818181. Windows color (decimal): -3771122 or 947654. OLE color: 947654.
HSL color Cylindrical-coordinate representation of color #C6750E: hue angle of 33.59º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6750E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 14 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.22 |
| HSL | 33.59º | 0.87% | 0.42% | - |
| HSV(B) | 33.59º | 0.93% | 0.78% | - |
| XYZ | 29.73 | 24.76 | 3.63 | - |
| YUV | 129.48 | 62.84 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 14 | 0 | 0.41 | 0.93 | 0.22 | 33.59 | 0.87 | 0.42 |
| Hex | C6 | 75 | E | 0 | 29 | 5D | 16 | 22 | 57 | 2A |
| Octal | 306 | 165 | 16 | 0 | 51 | 135 | 26 | 42 | 127 | 52 |
| Binary | 11000110 | 1110101 | 1110 | 0 | 101001 | 1011101 | 10110 | 100010 | 1010111 | 101010 |
Color Harmonies of #C6750E
Complementary color
Monochromatic Colors of #C6750E
Black with #C6750E
Text Example
Text Example
White with #C6750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6750E; }
p { color: rgb(198,117,14); }
H1.HeaderClassName
{
color: #C6750E;
}
.AnyTagClassName
{
color: #C6750E;
}
</style>
background-color css
<style>
a { background-color: #C6750E; }
a { background-color: rgb(198,117,14); }
div.DivClassName
{
background-color: #C6750E;
}
.BgClassName
{
background-color: #C6750E;
}
</style>
border-color css
<style>
span { border-color: #C6750E; }
span { border-color: rgb(198,117,14); }
td.TdClassName
{
border-color: #C6750E;
}
.TagClassName
{
border-color: #C6750E;
}
</style>