Shades of Ochre #C66F16
Tints of Ochre #C66F16
RGB
CMYK
RGB Variations
Color information
#C66F16 (or 0xC66F16) is known color: Ochre. HEX triplet: C6, 6F and 16. RGB value is (198,111,22). Sum of RGB (Red+Green+Blue) = 198+111+22=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F16 is #3990E9. Grayscale: #7F7F7F. Windows color (decimal): -3772650 or 1470406. OLE color: 1470406.
HSL color Cylindrical-coordinate representation of color #C66F16: hue angle of 30.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C66F16 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 22 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.22 |
| HSL | 30.34º | 0.8% | 0.43% | - |
| HSV(B) | 30.34º | 0.89% | 0.78% | - |
| XYZ | 29.12 | 23.43 | 3.75 | - |
| YUV | 126.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 22 | 0 | 0.44 | 0.89 | 0.22 | 30.34 | 0.8 | 0.43 |
| Hex | C6 | 6F | 16 | 0 | 2C | 59 | 16 | 1E | 50 | 2B |
| Octal | 306 | 157 | 26 | 0 | 54 | 131 | 26 | 36 | 120 | 53 |
| Binary | 11000110 | 1101111 | 10110 | 0 | 101100 | 1011001 | 10110 | 11110 | 1010000 | 101011 |
Color Harmonies of #C66F16
Complementary color
Monochromatic Colors of #C66F16
Black with #C66F16
Text Example
Text Example
White with #C66F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F16; }
p { color: rgb(198,111,22); }
H1.HeaderClassName
{
color: #C66F16;
}
.AnyTagClassName
{
color: #C66F16;
}
</style>
background-color css
<style>
a { background-color: #C66F16; }
a { background-color: rgb(198,111,22); }
div.DivClassName
{
background-color: #C66F16;
}
.BgClassName
{
background-color: #C66F16;
}
</style>
border-color css
<style>
span { border-color: #C66F16; }
span { border-color: rgb(198,111,22); }
td.TdClassName
{
border-color: #C66F16;
}
.TagClassName
{
border-color: #C66F16;
}
</style>