Shades of Ochre #C66F17
Tints of Ochre #C66F17
RGB
CMYK
RGB Variations
Color information
#C66F17 (or 0xC66F17) is known color: Ochre. HEX triplet: C6, 6F and 17. RGB value is (198,111,23). Sum of RGB (Red+Green+Blue) = 198+111+23=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F17 is #3990E8. Grayscale: #7F7F7F. Windows color (decimal): -3772649 or 1535942. OLE color: 1535942.
HSL color Cylindrical-coordinate representation of color #C66F17: hue angle of 30.17º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C66F17 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 23 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.22 |
| HSL | 30.17º | 0.79% | 0.43% | - |
| HSV(B) | 30.17º | 0.88% | 0.78% | - |
| XYZ | 29.13 | 23.44 | 3.8 | - |
| YUV | 126.98 | 69.32 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 23 | 0 | 0.44 | 0.88 | 0.22 | 30.17 | 0.79 | 0.43 |
| Hex | C6 | 6F | 17 | 0 | 2C | 58 | 16 | 1E | 4F | 2B |
| Octal | 306 | 157 | 27 | 0 | 54 | 130 | 26 | 36 | 117 | 53 |
| Binary | 11000110 | 1101111 | 10111 | 0 | 101100 | 1011000 | 10110 | 11110 | 1001111 | 101011 |
Color Harmonies of #C66F17
Complementary color
Monochromatic Colors of #C66F17
Black with #C66F17
Text Example
Text Example
White with #C66F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F17; }
p { color: rgb(198,111,23); }
H1.HeaderClassName
{
color: #C66F17;
}
.AnyTagClassName
{
color: #C66F17;
}
</style>
background-color css
<style>
a { background-color: #C66F17; }
a { background-color: rgb(198,111,23); }
div.DivClassName
{
background-color: #C66F17;
}
.BgClassName
{
background-color: #C66F17;
}
</style>
border-color css
<style>
span { border-color: #C66F17; }
span { border-color: rgb(198,111,23); }
td.TdClassName
{
border-color: #C66F17;
}
.TagClassName
{
border-color: #C66F17;
}
</style>