Shades of Ochre #C6782B
Tints of Ochre #C6782B
RGB
CMYK
RGB Variations
Color information
#C6782B (or 0xC6782B) is known color: Ochre. HEX triplet: C6, 78 and 2B. RGB value is (198,120,43). Sum of RGB (Red+Green+Blue) = 198+120+43=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6782B is #3987D4. Grayscale: #868686. Windows color (decimal): -3770325 or 2848966. OLE color: 2848966.
HSL color Cylindrical-coordinate representation of color #C6782B: hue angle of 29.81º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6782B is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 43 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.22 |
| HSL | 29.81º | 0.64% | 0.47% | - |
| HSV(B) | 29.81º | 0.78% | 0.78% | - |
| XYZ | 30.44 | 25.61 | 5.62 | - |
| YUV | 134.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 43 | 0 | 0.39 | 0.78 | 0.22 | 29.81 | 0.64 | 0.47 |
| Hex | C6 | 78 | 2B | 0 | 27 | 4E | 16 | 1E | 40 | 2F |
| Octal | 306 | 170 | 53 | 0 | 47 | 116 | 26 | 36 | 100 | 57 |
| Binary | 11000110 | 1111000 | 101011 | 0 | 100111 | 1001110 | 10110 | 11110 | 1000000 | 101111 |
Color Harmonies of #C6782B
Complementary color
Monochromatic Colors of #C6782B
Black with #C6782B
Text Example
Text Example
White with #C6782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6782B; }
p { color: rgb(198,120,43); }
H1.HeaderClassName
{
color: #C6782B;
}
.AnyTagClassName
{
color: #C6782B;
}
</style>
background-color css
<style>
a { background-color: #C6782B; }
a { background-color: rgb(198,120,43); }
div.DivClassName
{
background-color: #C6782B;
}
.BgClassName
{
background-color: #C6782B;
}
</style>
border-color css
<style>
span { border-color: #C6782B; }
span { border-color: rgb(198,120,43); }
td.TdClassName
{
border-color: #C6782B;
}
.TagClassName
{
border-color: #C6782B;
}
</style>