Shades of Ochre #C67D1F
Tints of Ochre #C67D1F
RGB
CMYK
RGB Variations
Color information
#C67D1F (or 0xC67D1F) is known color: Ochre. HEX triplet: C6, 7D and 1F. RGB value is (198,125,31). Sum of RGB (Red+Green+Blue) = 198+125+31=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D1F is #3982E0. Grayscale: #888888. Windows color (decimal): -3769057 or 2063814. OLE color: 2063814.
HSL color Cylindrical-coordinate representation of color #C67D1F: hue angle of 33.77º 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 #C67D1F is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 31 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.22 |
| HSL | 33.77º | 0.73% | 0.45% | - |
| HSV(B) | 33.77º | 0.84% | 0.78% | - |
| XYZ | 30.87 | 26.77 | 4.84 | - |
| YUV | 136.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 31 | 0 | 0.37 | 0.84 | 0.22 | 33.77 | 0.73 | 0.45 |
| Hex | C6 | 7D | 1F | 0 | 25 | 54 | 16 | 22 | 49 | 2D |
| Octal | 306 | 175 | 37 | 0 | 45 | 124 | 26 | 42 | 111 | 55 |
| Binary | 11000110 | 1111101 | 11111 | 0 | 100101 | 1010100 | 10110 | 100010 | 1001001 | 101101 |
Color Harmonies of #C67D1F
Complementary color
Monochromatic Colors of #C67D1F
Black with #C67D1F
Text Example
Text Example
White with #C67D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D1F; }
p { color: rgb(198,125,31); }
H1.HeaderClassName
{
color: #C67D1F;
}
.AnyTagClassName
{
color: #C67D1F;
}
</style>
background-color css
<style>
a { background-color: #C67D1F; }
a { background-color: rgb(198,125,31); }
div.DivClassName
{
background-color: #C67D1F;
}
.BgClassName
{
background-color: #C67D1F;
}
</style>
border-color css
<style>
span { border-color: #C67D1F; }
span { border-color: rgb(198,125,31); }
td.TdClassName
{
border-color: #C67D1F;
}
.TagClassName
{
border-color: #C67D1F;
}
</style>