Shades of Ochre #CC7621
Tints of Ochre #CC7621
RGB
CMYK
RGB Variations
Color information
#CC7621 (or 0xCC7621) is known color: Ochre. HEX triplet: CC, 76 and 21. RGB value is (204,118,33). Sum of RGB (Red+Green+Blue) = 204+118+33=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7621 is #3389DE. Grayscale: #868686. Windows color (decimal): -3377631 or 2193100. OLE color: 2193100.
HSL color Cylindrical-coordinate representation of color #CC7621: hue angle of 29.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC7621 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 33 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.2 |
| HSL | 29.82º | 0.72% | 0.46% | - |
| HSV(B) | 29.82º | 0.84% | 0.8% | - |
| XYZ | 31.65 | 25.9 | 4.77 | - |
| YUV | 134.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 33 | 0 | 0.42 | 0.84 | 0.2 | 29.82 | 0.72 | 0.46 |
| Hex | CC | 76 | 21 | 0 | 2A | 54 | 14 | 1E | 48 | 2E |
| Octal | 314 | 166 | 41 | 0 | 52 | 124 | 24 | 36 | 110 | 56 |
| Binary | 11001100 | 1110110 | 100001 | 0 | 101010 | 1010100 | 10100 | 11110 | 1001000 | 101110 |
Color Harmonies of #CC7621
Complementary color
Monochromatic Colors of #CC7621
Black with #CC7621
Text Example
Text Example
White with #CC7621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7621; }
p { color: rgb(204,118,33); }
H1.HeaderClassName
{
color: #CC7621;
}
.AnyTagClassName
{
color: #CC7621;
}
</style>
background-color css
<style>
a { background-color: #CC7621; }
a { background-color: rgb(204,118,33); }
div.DivClassName
{
background-color: #CC7621;
}
.BgClassName
{
background-color: #CC7621;
}
</style>
border-color css
<style>
span { border-color: #CC7621; }
span { border-color: rgb(204,118,33); }
td.TdClassName
{
border-color: #CC7621;
}
.TagClassName
{
border-color: #CC7621;
}
</style>