Shades of Ochre #C06D19
Tints of Ochre #C06D19
RGB
CMYK
RGB Variations
Color information
#C06D19 (or 0xC06D19) is known color: Ochre. HEX triplet: C0, 6D and 19. RGB value is (192,109,25). Sum of RGB (Red+Green+Blue) = 192+109+25=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D19 is #3F92E6. Grayscale: #7C7C7C. Windows color (decimal): -4166375 or 1666496. OLE color: 1666496.
HSL color Cylindrical-coordinate representation of color #C06D19: hue angle of 30.18º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C06D19 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 25 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.25 |
| HSL | 30.18º | 0.77% | 0.43% | - |
| HSV(B) | 30.18º | 0.87% | 0.75% | - |
| XYZ | 27.38 | 22.21 | 3.76 | - |
| YUV | 124.24 | 72 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 25 | 0 | 0.43 | 0.87 | 0.25 | 30.18 | 0.77 | 0.43 |
| Hex | C0 | 6D | 19 | 0 | 2B | 57 | 19 | 1E | 4D | 2B |
| Octal | 300 | 155 | 31 | 0 | 53 | 127 | 31 | 36 | 115 | 53 |
| Binary | 11000000 | 1101101 | 11001 | 0 | 101011 | 1010111 | 11001 | 11110 | 1001101 | 101011 |
Color Harmonies of #C06D19
Complementary color
Monochromatic Colors of #C06D19
Black with #C06D19
Text Example
Text Example
White with #C06D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D19; }
p { color: rgb(192,109,25); }
H1.HeaderClassName
{
color: #C06D19;
}
.AnyTagClassName
{
color: #C06D19;
}
</style>
background-color css
<style>
a { background-color: #C06D19; }
a { background-color: rgb(192,109,25); }
div.DivClassName
{
background-color: #C06D19;
}
.BgClassName
{
background-color: #C06D19;
}
</style>
border-color css
<style>
span { border-color: #C06D19; }
span { border-color: rgb(192,109,25); }
td.TdClassName
{
border-color: #C06D19;
}
.TagClassName
{
border-color: #C06D19;
}
</style>