Shades of Ochre #CC7624
Tints of Ochre #CC7624
RGB
CMYK
RGB Variations
Color information
#CC7624 (or 0xCC7624) is known color: Ochre. HEX triplet: CC, 76 and 24. RGB value is (204,118,36). Sum of RGB (Red+Green+Blue) = 204+118+36=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7624 is #3389DB. Grayscale: #868686. Windows color (decimal): -3377628 or 2389708. OLE color: 2389708.
HSL color Cylindrical-coordinate representation of color #CC7624: hue angle of 29.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC7624 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 36 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.2 |
| HSL | 29.29º | 0.7% | 0.47% | - |
| HSV(B) | 29.29º | 0.82% | 0.8% | - |
| XYZ | 31.7 | 25.92 | 5 | - |
| YUV | 134.37 | 72.49 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 36 | 0 | 0.42 | 0.82 | 0.2 | 29.29 | 0.7 | 0.47 |
| Hex | CC | 76 | 24 | 0 | 2A | 52 | 14 | 1D | 46 | 2F |
| Octal | 314 | 166 | 44 | 0 | 52 | 122 | 24 | 35 | 106 | 57 |
| Binary | 11001100 | 1110110 | 100100 | 0 | 101010 | 1010010 | 10100 | 11101 | 1000110 | 101111 |
Color Harmonies of #CC7624
Complementary color
Monochromatic Colors of #CC7624
Black with #CC7624
Text Example
Text Example
White with #CC7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7624; }
p { color: rgb(204,118,36); }
H1.HeaderClassName
{
color: #CC7624;
}
.AnyTagClassName
{
color: #CC7624;
}
</style>
background-color css
<style>
a { background-color: #CC7624; }
a { background-color: rgb(204,118,36); }
div.DivClassName
{
background-color: #CC7624;
}
.BgClassName
{
background-color: #CC7624;
}
</style>
border-color css
<style>
span { border-color: #CC7624; }
span { border-color: rgb(204,118,36); }
td.TdClassName
{
border-color: #CC7624;
}
.TagClassName
{
border-color: #CC7624;
}
</style>