Shades of Ochre #C6782A
Tints of Ochre #C6782A
RGB
CMYK
RGB Variations
Color information
#C6782A (or 0xC6782A) is known color: Ochre. HEX triplet: C6, 78 and 2A. RGB value is (198,120,42). Sum of RGB (Red+Green+Blue) = 198+120+42=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6782A is #3987D5. Grayscale: #868686. Windows color (decimal): -3770326 or 2783430. OLE color: 2783430.
HSL color Cylindrical-coordinate representation of color #C6782A: hue angle of 30º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6782A is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 42 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.22 |
| HSL | 30º | 0.65% | 0.47% | - |
| HSV(B) | 30º | 0.79% | 0.78% | - |
| XYZ | 30.42 | 25.61 | 5.53 | - |
| YUV | 134.43 | 75.84 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 42 | 0 | 0.39 | 0.79 | 0.22 | 30 | 0.65 | 0.47 |
| Hex | C6 | 78 | 2A | 0 | 27 | 4F | 16 | 1E | 41 | 2F |
| Octal | 306 | 170 | 52 | 0 | 47 | 117 | 26 | 36 | 101 | 57 |
| Binary | 11000110 | 1111000 | 101010 | 0 | 100111 | 1001111 | 10110 | 11110 | 1000001 | 101111 |
Color Harmonies of #C6782A
Complementary color
Monochromatic Colors of #C6782A
Black with #C6782A
Text Example
Text Example
White with #C6782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6782A; }
p { color: rgb(198,120,42); }
H1.HeaderClassName
{
color: #C6782A;
}
.AnyTagClassName
{
color: #C6782A;
}
</style>
background-color css
<style>
a { background-color: #C6782A; }
a { background-color: rgb(198,120,42); }
div.DivClassName
{
background-color: #C6782A;
}
.BgClassName
{
background-color: #C6782A;
}
</style>
border-color css
<style>
span { border-color: #C6782A; }
span { border-color: rgb(198,120,42); }
td.TdClassName
{
border-color: #C6782A;
}
.TagClassName
{
border-color: #C6782A;
}
</style>