Shades of Ochre #C06B16
Tints of Ochre #C06B16
RGB
CMYK
RGB Variations
Color information
#C06B16 (or 0xC06B16) is known color: Ochre. HEX triplet: C0, 6B and 16. RGB value is (192,107,22). Sum of RGB (Red+Green+Blue) = 192+107+22=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B16 is #3F94E9. Grayscale: #7B7B7B. Windows color (decimal): -4166890 or 1469376. OLE color: 1469376.
HSL color Cylindrical-coordinate representation of color #C06B16: hue angle of 30º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06B16 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 22 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.25 |
| HSL | 30º | 0.79% | 0.42% | - |
| HSV(B) | 30º | 0.89% | 0.75% | - |
| XYZ | 27.14 | 21.78 | 3.53 | - |
| YUV | 122.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 22 | 0 | 0.44 | 0.89 | 0.25 | 30 | 0.79 | 0.42 |
| Hex | C0 | 6B | 16 | 0 | 2C | 59 | 19 | 1E | 4F | 2A |
| Octal | 300 | 153 | 26 | 0 | 54 | 131 | 31 | 36 | 117 | 52 |
| Binary | 11000000 | 1101011 | 10110 | 0 | 101100 | 1011001 | 11001 | 11110 | 1001111 | 101010 |
Color Harmonies of #C06B16
Complementary color
Monochromatic Colors of #C06B16
Black with #C06B16
Text Example
Text Example
White with #C06B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B16; }
p { color: rgb(192,107,22); }
H1.HeaderClassName
{
color: #C06B16;
}
.AnyTagClassName
{
color: #C06B16;
}
</style>
background-color css
<style>
a { background-color: #C06B16; }
a { background-color: rgb(192,107,22); }
div.DivClassName
{
background-color: #C06B16;
}
.BgClassName
{
background-color: #C06B16;
}
</style>
border-color css
<style>
span { border-color: #C06B16; }
span { border-color: rgb(192,107,22); }
td.TdClassName
{
border-color: #C06B16;
}
.TagClassName
{
border-color: #C06B16;
}
</style>