Shades of Ochre #C66F0D
Tints of Ochre #C66F0D
RGB
CMYK
RGB Variations
Color information
#C66F0D (or 0xC66F0D) is known color: Ochre. HEX triplet: C6, 6F and 0D. RGB value is (198,111,13). Sum of RGB (Red+Green+Blue) = 198+111+13=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66F0D is #3990F2. Grayscale: #7E7E7E. Windows color (decimal): -3772659 or 880582. OLE color: 880582.
HSL color Cylindrical-coordinate representation of color #C66F0D: hue angle of 31.78º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C66F0D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 13 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.22 |
| HSL | 31.78º | 0.88% | 0.41% | - |
| HSV(B) | 31.78º | 0.93% | 0.78% | - |
| XYZ | 29.05 | 23.4 | 3.37 | - |
| YUV | 125.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 13 | 0 | 0.44 | 0.93 | 0.22 | 31.78 | 0.88 | 0.41 |
| Hex | C6 | 6F | D | 0 | 2C | 5D | 16 | 20 | 58 | 29 |
| Octal | 306 | 157 | 15 | 0 | 54 | 135 | 26 | 40 | 130 | 51 |
| Binary | 11000110 | 1101111 | 1101 | 0 | 101100 | 1011101 | 10110 | 100000 | 1011000 | 101001 |
Color Harmonies of #C66F0D
Complementary color
Monochromatic Colors of #C66F0D
Black with #C66F0D
Text Example
Text Example
White with #C66F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F0D; }
p { color: rgb(198,111,13); }
H1.HeaderClassName
{
color: #C66F0D;
}
.AnyTagClassName
{
color: #C66F0D;
}
</style>
background-color css
<style>
a { background-color: #C66F0D; }
a { background-color: rgb(198,111,13); }
div.DivClassName
{
background-color: #C66F0D;
}
.BgClassName
{
background-color: #C66F0D;
}
</style>
border-color css
<style>
span { border-color: #C66F0D; }
span { border-color: rgb(198,111,13); }
td.TdClassName
{
border-color: #C66F0D;
}
.TagClassName
{
border-color: #C66F0D;
}
</style>