Shades of Ochre #CC7611
Tints of Ochre #CC7611
RGB
CMYK
RGB Variations
Color information
#CC7611 (or 0xCC7611) is known color: Ochre. HEX triplet: CC, 76 and 11. RGB value is (204,118,17). Sum of RGB (Red+Green+Blue) = 204+118+17=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7611 is #3389EE. Grayscale: #848484. Windows color (decimal): -3377647 or 1144524. OLE color: 1144524.
HSL color Cylindrical-coordinate representation of color #CC7611: hue angle of 32.41º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC7611 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 17 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.2 |
| HSL | 32.41º | 0.85% | 0.43% | - |
| HSV(B) | 32.41º | 0.92% | 0.8% | - |
| XYZ | 31.48 | 25.83 | 3.86 | - |
| YUV | 132.2 | 62.99 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 17 | 0 | 0.42 | 0.92 | 0.2 | 32.41 | 0.85 | 0.43 |
| Hex | CC | 76 | 11 | 0 | 2A | 5C | 14 | 20 | 55 | 2B |
| Octal | 314 | 166 | 21 | 0 | 52 | 134 | 24 | 40 | 125 | 53 |
| Binary | 11001100 | 1110110 | 10001 | 0 | 101010 | 1011100 | 10100 | 100000 | 1010101 | 101011 |
Color Harmonies of #CC7611
Complementary color
Monochromatic Colors of #CC7611
Black with #CC7611
Text Example
Text Example
White with #CC7611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7611; }
p { color: rgb(204,118,17); }
H1.HeaderClassName
{
color: #CC7611;
}
.AnyTagClassName
{
color: #CC7611;
}
</style>
background-color css
<style>
a { background-color: #CC7611; }
a { background-color: rgb(204,118,17); }
div.DivClassName
{
background-color: #CC7611;
}
.BgClassName
{
background-color: #CC7611;
}
</style>
border-color css
<style>
span { border-color: #CC7611; }
span { border-color: rgb(204,118,17); }
td.TdClassName
{
border-color: #CC7611;
}
.TagClassName
{
border-color: #CC7611;
}
</style>