Shades of Ochre #C06F1D
Tints of Ochre #C06F1D
RGB
CMYK
RGB Variations
Color information
#C06F1D (or 0xC06F1D) is known color: Ochre. HEX triplet: C0, 6F and 1D. RGB value is (192,111,29). Sum of RGB (Red+Green+Blue) = 192+111+29=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F1D is #3F90E2. Grayscale: #7E7E7E. Windows color (decimal): -4165859 or 1929152. OLE color: 1929152.
HSL color Cylindrical-coordinate representation of color #C06F1D: hue angle of 30.18º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C06F1D is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 29 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.25 |
| HSL | 30.18º | 0.74% | 0.43% | - |
| HSV(B) | 30.18º | 0.85% | 0.75% | - |
| XYZ | 27.64 | 22.66 | 4.08 | - |
| YUV | 125.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 29 | 0 | 0.42 | 0.85 | 0.25 | 30.18 | 0.74 | 0.43 |
| Hex | C0 | 6F | 1D | 0 | 2A | 55 | 19 | 1E | 4A | 2B |
| Octal | 300 | 157 | 35 | 0 | 52 | 125 | 31 | 36 | 112 | 53 |
| Binary | 11000000 | 1101111 | 11101 | 0 | 101010 | 1010101 | 11001 | 11110 | 1001010 | 101011 |
Color Harmonies of #C06F1D
Complementary color
Monochromatic Colors of #C06F1D
Black with #C06F1D
Text Example
Text Example
White with #C06F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F1D; }
p { color: rgb(192,111,29); }
H1.HeaderClassName
{
color: #C06F1D;
}
.AnyTagClassName
{
color: #C06F1D;
}
</style>
background-color css
<style>
a { background-color: #C06F1D; }
a { background-color: rgb(192,111,29); }
div.DivClassName
{
background-color: #C06F1D;
}
.BgClassName
{
background-color: #C06F1D;
}
</style>
border-color css
<style>
span { border-color: #C06F1D; }
span { border-color: rgb(192,111,29); }
td.TdClassName
{
border-color: #C06F1D;
}
.TagClassName
{
border-color: #C06F1D;
}
</style>