Shades of Ochre #C6780E
Tints of Ochre #C6780E
RGB
CMYK
RGB Variations
Color information
#C6780E (or 0xC6780E) is known color: Ochre. HEX triplet: C6, 78 and 0E. RGB value is (198,120,14). Sum of RGB (Red+Green+Blue) = 198+120+14=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C6780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6780E is #3987F1. Grayscale: #838383. Windows color (decimal): -3770354 or 948422. OLE color: 948422.
HSL color Cylindrical-coordinate representation of color #C6780E: hue angle of 34.57º 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 #C6780E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 14 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.22 |
| HSL | 34.57º | 0.87% | 0.42% | - |
| HSV(B) | 34.57º | 0.93% | 0.78% | - |
| XYZ | 30.08 | 25.47 | 3.75 | - |
| YUV | 131.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 14 | 0 | 0.39 | 0.93 | 0.22 | 34.57 | 0.87 | 0.42 |
| Hex | C6 | 78 | E | 0 | 27 | 5D | 16 | 23 | 57 | 2A |
| Octal | 306 | 170 | 16 | 0 | 47 | 135 | 26 | 43 | 127 | 52 |
| Binary | 11000110 | 1111000 | 1110 | 0 | 100111 | 1011101 | 10110 | 100011 | 1010111 | 101010 |
Color Harmonies of #C6780E
Complementary color
Monochromatic Colors of #C6780E
Black with #C6780E
Text Example
Text Example
White with #C6780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6780E; }
p { color: rgb(198,120,14); }
H1.HeaderClassName
{
color: #C6780E;
}
.AnyTagClassName
{
color: #C6780E;
}
</style>
background-color css
<style>
a { background-color: #C6780E; }
a { background-color: rgb(198,120,14); }
div.DivClassName
{
background-color: #C6780E;
}
.BgClassName
{
background-color: #C6780E;
}
</style>
border-color css
<style>
span { border-color: #C6780E; }
span { border-color: rgb(198,120,14); }
td.TdClassName
{
border-color: #C6780E;
}
.TagClassName
{
border-color: #C6780E;
}
</style>