Shades of Ochre #C06F10
Tints of Ochre #C06F10
RGB
CMYK
RGB Variations
Color information
#C06F10 (or 0xC06F10) is known color: Ochre. HEX triplet: C0, 6F and 10. RGB value is (192,111,16). Sum of RGB (Red+Green+Blue) = 192+111+16=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06F10 is #3F90EF. Grayscale: #7C7C7C. Windows color (decimal): -4165872 or 1077184. OLE color: 1077184.
HSL color Cylindrical-coordinate representation of color #C06F10: hue angle of 32.39º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C06F10 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.25 |
| HSL | 32.39º | 0.85% | 0.41% | - |
| HSV(B) | 32.39º | 0.92% | 0.75% | - |
| XYZ | 27.52 | 22.61 | 3.4 | - |
| YUV | 124.39 | 66.84 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 16 | 0 | 0.42 | 0.92 | 0.25 | 32.39 | 0.85 | 0.41 |
| Hex | C0 | 6F | 10 | 0 | 2A | 5C | 19 | 20 | 55 | 29 |
| Octal | 300 | 157 | 20 | 0 | 52 | 134 | 31 | 40 | 125 | 51 |
| Binary | 11000000 | 1101111 | 10000 | 0 | 101010 | 1011100 | 11001 | 100000 | 1010101 | 101001 |
Color Harmonies of #C06F10
Complementary color
Monochromatic Colors of #C06F10
Black with #C06F10
Text Example
Text Example
White with #C06F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F10; }
p { color: rgb(192,111,16); }
H1.HeaderClassName
{
color: #C06F10;
}
.AnyTagClassName
{
color: #C06F10;
}
</style>
background-color css
<style>
a { background-color: #C06F10; }
a { background-color: rgb(192,111,16); }
div.DivClassName
{
background-color: #C06F10;
}
.BgClassName
{
background-color: #C06F10;
}
</style>
border-color css
<style>
span { border-color: #C06F10; }
span { border-color: rgb(192,111,16); }
td.TdClassName
{
border-color: #C06F10;
}
.TagClassName
{
border-color: #C06F10;
}
</style>