Shades of Ochre #C6730E
Tints of Ochre #C6730E
RGB
CMYK
RGB Variations
Color information
#C6730E (or 0xC6730E) is known color: Ochre. HEX triplet: C6, 73 and 0E. RGB value is (198,115,14). Sum of RGB (Red+Green+Blue) = 198+115+14=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6730E is #398CF1. Grayscale: #808080. Windows color (decimal): -3771634 or 947142. OLE color: 947142.
HSL color Cylindrical-coordinate representation of color #C6730E: hue angle of 32.93º 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 #C6730E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.22 |
| HSL | 32.93º | 0.87% | 0.42% | - |
| HSV(B) | 32.93º | 0.93% | 0.78% | - |
| XYZ | 29.5 | 24.3 | 3.55 | - |
| YUV | 128.3 | 63.5 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 14 | 0 | 0.42 | 0.93 | 0.22 | 32.93 | 0.87 | 0.42 |
| Hex | C6 | 73 | E | 0 | 2A | 5D | 16 | 21 | 57 | 2A |
| Octal | 306 | 163 | 16 | 0 | 52 | 135 | 26 | 41 | 127 | 52 |
| Binary | 11000110 | 1110011 | 1110 | 0 | 101010 | 1011101 | 10110 | 100001 | 1010111 | 101010 |
Color Harmonies of #C6730E
Complementary color
Monochromatic Colors of #C6730E
Black with #C6730E
Text Example
Text Example
White with #C6730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6730E; }
p { color: rgb(198,115,14); }
H1.HeaderClassName
{
color: #C6730E;
}
.AnyTagClassName
{
color: #C6730E;
}
</style>
background-color css
<style>
a { background-color: #C6730E; }
a { background-color: rgb(198,115,14); }
div.DivClassName
{
background-color: #C6730E;
}
.BgClassName
{
background-color: #C6730E;
}
</style>
border-color css
<style>
span { border-color: #C6730E; }
span { border-color: rgb(198,115,14); }
td.TdClassName
{
border-color: #C6730E;
}
.TagClassName
{
border-color: #C6730E;
}
</style>