Shades of Ochre #C06D17
Tints of Ochre #C06D17
RGB
CMYK
RGB Variations
Color information
#C06D17 (or 0xC06D17) is known color: Ochre. HEX triplet: C0, 6D and 17. RGB value is (192,109,23). Sum of RGB (Red+Green+Blue) = 192+109+23=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D17 is #3F92E8. Grayscale: #7C7C7C. Windows color (decimal): -4166377 or 1535424. OLE color: 1535424.
HSL color Cylindrical-coordinate representation of color #C06D17: hue angle of 30.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C06D17 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 23 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.25 |
| HSL | 30.53º | 0.79% | 0.42% | - |
| HSV(B) | 30.53º | 0.88% | 0.75% | - |
| XYZ | 27.36 | 22.21 | 3.65 | - |
| YUV | 124.01 | 71 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 23 | 0 | 0.43 | 0.88 | 0.25 | 30.53 | 0.79 | 0.42 |
| Hex | C0 | 6D | 17 | 0 | 2B | 58 | 19 | 1F | 4F | 2A |
| Octal | 300 | 155 | 27 | 0 | 53 | 130 | 31 | 37 | 117 | 52 |
| Binary | 11000000 | 1101101 | 10111 | 0 | 101011 | 1011000 | 11001 | 11111 | 1001111 | 101010 |
Color Harmonies of #C06D17
Complementary color
Monochromatic Colors of #C06D17
Black with #C06D17
Text Example
Text Example
White with #C06D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D17; }
p { color: rgb(192,109,23); }
H1.HeaderClassName
{
color: #C06D17;
}
.AnyTagClassName
{
color: #C06D17;
}
</style>
background-color css
<style>
a { background-color: #C06D17; }
a { background-color: rgb(192,109,23); }
div.DivClassName
{
background-color: #C06D17;
}
.BgClassName
{
background-color: #C06D17;
}
</style>
border-color css
<style>
span { border-color: #C06D17; }
span { border-color: rgb(192,109,23); }
td.TdClassName
{
border-color: #C06D17;
}
.TagClassName
{
border-color: #C06D17;
}
</style>