Shades of Ochre #C6781F
Tints of Ochre #C6781F
RGB
CMYK
RGB Variations
Color information
#C6781F (or 0xC6781F) is known color: Ochre. HEX triplet: C6, 78 and 1F. RGB value is (198,120,31). Sum of RGB (Red+Green+Blue) = 198+120+31=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C6781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6781F is #3987E0. Grayscale: #858585. Windows color (decimal): -3770337 or 2062534. OLE color: 2062534.
HSL color Cylindrical-coordinate representation of color #C6781F: hue angle of 31.98º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6781F is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 31 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.22 |
| HSL | 31.98º | 0.73% | 0.45% | - |
| HSV(B) | 31.98º | 0.84% | 0.78% | - |
| XYZ | 30.25 | 25.54 | 4.63 | - |
| YUV | 133.18 | 70.34 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 31 | 0 | 0.39 | 0.84 | 0.22 | 31.98 | 0.73 | 0.45 |
| Hex | C6 | 78 | 1F | 0 | 27 | 54 | 16 | 20 | 49 | 2D |
| Octal | 306 | 170 | 37 | 0 | 47 | 124 | 26 | 40 | 111 | 55 |
| Binary | 11000110 | 1111000 | 11111 | 0 | 100111 | 1010100 | 10110 | 100000 | 1001001 | 101101 |
Color Harmonies of #C6781F
Complementary color
Monochromatic Colors of #C6781F
Black with #C6781F
Text Example
Text Example
White with #C6781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6781F; }
p { color: rgb(198,120,31); }
H1.HeaderClassName
{
color: #C6781F;
}
.AnyTagClassName
{
color: #C6781F;
}
</style>
background-color css
<style>
a { background-color: #C6781F; }
a { background-color: rgb(198,120,31); }
div.DivClassName
{
background-color: #C6781F;
}
.BgClassName
{
background-color: #C6781F;
}
</style>
border-color css
<style>
span { border-color: #C6781F; }
span { border-color: rgb(198,120,31); }
td.TdClassName
{
border-color: #C6781F;
}
.TagClassName
{
border-color: #C6781F;
}
</style>