Shades of Ochre #C66D1B
Tints of Ochre #C66D1B
RGB
CMYK
RGB Variations
Color information
#C66D1B (or 0xC66D1B) is known color: Ochre. HEX triplet: C6, 6D and 1B. RGB value is (198,109,27). Sum of RGB (Red+Green+Blue) = 198+109+27=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D1B is #3992E4. Grayscale: #7E7E7E. Windows color (decimal): -3773157 or 1797574. OLE color: 1797574.
HSL color Cylindrical-coordinate representation of color #C66D1B: hue angle of 28.77º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C66D1B is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 27 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.22 |
| HSL | 28.77º | 0.76% | 0.44% | - |
| HSV(B) | 28.77º | 0.86% | 0.78% | - |
| XYZ | 28.96 | 23.02 | 3.95 | - |
| YUV | 126.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 27 | 0 | 0.45 | 0.86 | 0.22 | 28.77 | 0.76 | 0.44 |
| Hex | C6 | 6D | 1B | 0 | 2D | 56 | 16 | 1D | 4C | 2C |
| Octal | 306 | 155 | 33 | 0 | 55 | 126 | 26 | 35 | 114 | 54 |
| Binary | 11000110 | 1101101 | 11011 | 0 | 101101 | 1010110 | 10110 | 11101 | 1001100 | 101100 |
Color Harmonies of #C66D1B
Complementary color
Monochromatic Colors of #C66D1B
Black with #C66D1B
Text Example
Text Example
White with #C66D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D1B; }
p { color: rgb(198,109,27); }
H1.HeaderClassName
{
color: #C66D1B;
}
.AnyTagClassName
{
color: #C66D1B;
}
</style>
background-color css
<style>
a { background-color: #C66D1B; }
a { background-color: rgb(198,109,27); }
div.DivClassName
{
background-color: #C66D1B;
}
.BgClassName
{
background-color: #C66D1B;
}
</style>
border-color css
<style>
span { border-color: #C66D1B; }
span { border-color: rgb(198,109,27); }
td.TdClassName
{
border-color: #C66D1B;
}
.TagClassName
{
border-color: #C66D1B;
}
</style>