Shades of Ochre #C66F29
Tints of Ochre #C66F29
RGB
CMYK
RGB Variations
Color information
#C66F29 (or 0xC66F29) is known color: Ochre. HEX triplet: C6, 6F and 29. RGB value is (198,111,41). Sum of RGB (Red+Green+Blue) = 198+111+41=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66F29 is #3990D6. Grayscale: #818181. Windows color (decimal): -3772631 or 2715590. OLE color: 2715590.
HSL color Cylindrical-coordinate representation of color #C66F29: hue angle of 26.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C66F29 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 41 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.22 |
| HSL | 26.75º | 0.66% | 0.47% | - |
| HSV(B) | 26.75º | 0.79% | 0.78% | - |
| XYZ | 29.37 | 23.53 | 5.09 | - |
| YUV | 129.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 41 | 0 | 0.44 | 0.79 | 0.22 | 26.75 | 0.66 | 0.47 |
| Hex | C6 | 6F | 29 | 0 | 2C | 4F | 16 | 1B | 42 | 2F |
| Octal | 306 | 157 | 51 | 0 | 54 | 117 | 26 | 33 | 102 | 57 |
| Binary | 11000110 | 1101111 | 101001 | 0 | 101100 | 1001111 | 10110 | 11011 | 1000010 | 101111 |
Color Harmonies of #C66F29
Complementary color
Monochromatic Colors of #C66F29
Black with #C66F29
Text Example
Text Example
White with #C66F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F29; }
p { color: rgb(198,111,41); }
H1.HeaderClassName
{
color: #C66F29;
}
.AnyTagClassName
{
color: #C66F29;
}
</style>
background-color css
<style>
a { background-color: #C66F29; }
a { background-color: rgb(198,111,41); }
div.DivClassName
{
background-color: #C66F29;
}
.BgClassName
{
background-color: #C66F29;
}
</style>
border-color css
<style>
span { border-color: #C66F29; }
span { border-color: rgb(198,111,41); }
td.TdClassName
{
border-color: #C66F29;
}
.TagClassName
{
border-color: #C66F29;
}
</style>