Shades of Ochre #C06B14
Tints of Ochre #C06B14
RGB
CMYK
RGB Variations
Color information
#C06B14 (or 0xC06B14) is known color: Ochre. HEX triplet: C0, 6B and 14. RGB value is (192,107,20). Sum of RGB (Red+Green+Blue) = 192+107+20=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B14 is #3F94EB. Grayscale: #7A7A7A. Windows color (decimal): -4166892 or 1338304. OLE color: 1338304.
HSL color Cylindrical-coordinate representation of color #C06B14: hue angle of 30.35º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06B14 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 20 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.25 |
| HSL | 30.35º | 0.81% | 0.42% | - |
| HSV(B) | 30.35º | 0.9% | 0.75% | - |
| XYZ | 27.12 | 21.77 | 3.43 | - |
| YUV | 122.5 | 70.16 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 20 | 0 | 0.44 | 0.90 | 0.25 | 30.35 | 0.81 | 0.42 |
| Hex | C0 | 6B | 14 | 0 | 2C | 5A | 19 | 1E | 51 | 2A |
| Octal | 300 | 153 | 24 | 0 | 54 | 132 | 31 | 36 | 121 | 52 |
| Binary | 11000000 | 1101011 | 10100 | 0 | 101100 | 1011010 | 11001 | 11110 | 1010001 | 101010 |
Color Harmonies of #C06B14
Complementary color
Monochromatic Colors of #C06B14
Black with #C06B14
Text Example
Text Example
White with #C06B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B14; }
p { color: rgb(192,107,20); }
H1.HeaderClassName
{
color: #C06B14;
}
.AnyTagClassName
{
color: #C06B14;
}
</style>
background-color css
<style>
a { background-color: #C06B14; }
a { background-color: rgb(192,107,20); }
div.DivClassName
{
background-color: #C06B14;
}
.BgClassName
{
background-color: #C06B14;
}
</style>
border-color css
<style>
span { border-color: #C06B14; }
span { border-color: rgb(192,107,20); }
td.TdClassName
{
border-color: #C06B14;
}
.TagClassName
{
border-color: #C06B14;
}
</style>