Shades of Ochre #C6740D
Tints of Ochre #C6740D
RGB
CMYK
RGB Variations
Color information
#C6740D (or 0xC6740D) is known color: Ochre. HEX triplet: C6, 74 and 0D. RGB value is (198,116,13). Sum of RGB (Red+Green+Blue) = 198+116+13=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6740D is #398BF2. Grayscale: #818181. Windows color (decimal): -3771379 or 881862. OLE color: 881862.
HSL color Cylindrical-coordinate representation of color #C6740D: hue angle of 33.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6740D is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 13 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.22 |
| HSL | 33.41º | 0.88% | 0.41% | - |
| HSV(B) | 33.41º | 0.93% | 0.78% | - |
| XYZ | 29.61 | 24.53 | 3.55 | - |
| YUV | 128.78 | 62.67 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 13 | 0 | 0.41 | 0.93 | 0.22 | 33.41 | 0.88 | 0.41 |
| Hex | C6 | 74 | D | 0 | 29 | 5D | 16 | 21 | 58 | 29 |
| Octal | 306 | 164 | 15 | 0 | 51 | 135 | 26 | 41 | 130 | 51 |
| Binary | 11000110 | 1110100 | 1101 | 0 | 101001 | 1011101 | 10110 | 100001 | 1011000 | 101001 |
Color Harmonies of #C6740D
Complementary color
Monochromatic Colors of #C6740D
Black with #C6740D
Text Example
Text Example
White with #C6740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6740D; }
p { color: rgb(198,116,13); }
H1.HeaderClassName
{
color: #C6740D;
}
.AnyTagClassName
{
color: #C6740D;
}
</style>
background-color css
<style>
a { background-color: #C6740D; }
a { background-color: rgb(198,116,13); }
div.DivClassName
{
background-color: #C6740D;
}
.BgClassName
{
background-color: #C6740D;
}
</style>
border-color css
<style>
span { border-color: #C6740D; }
span { border-color: rgb(198,116,13); }
td.TdClassName
{
border-color: #C6740D;
}
.TagClassName
{
border-color: #C6740D;
}
</style>