Shades of Ochre #CC6F24
Tints of Ochre #CC6F24
RGB
CMYK
RGB Variations
Color information
#CC6F24 (or 0xCC6F24) is known color: Ochre. HEX triplet: CC, 6F and 24. RGB value is (204,111,36). Sum of RGB (Red+Green+Blue) = 204+111+36=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6F24 is #3390DB. Grayscale: #828282. Windows color (decimal): -3379420 or 2387916. OLE color: 2387916.
HSL color Cylindrical-coordinate representation of color #CC6F24: hue angle of 26.79º 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 #CC6F24 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 36 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.2 |
| HSL | 26.79º | 0.7% | 0.47% | - |
| HSV(B) | 26.79º | 0.82% | 0.8% | - |
| XYZ | 30.9 | 24.33 | 4.74 | - |
| YUV | 130.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 36 | 0 | 0.46 | 0.82 | 0.2 | 26.79 | 0.7 | 0.47 |
| Hex | CC | 6F | 24 | 0 | 2E | 52 | 14 | 1B | 46 | 2F |
| Octal | 314 | 157 | 44 | 0 | 56 | 122 | 24 | 33 | 106 | 57 |
| Binary | 11001100 | 1101111 | 100100 | 0 | 101110 | 1010010 | 10100 | 11011 | 1000110 | 101111 |
Color Harmonies of #CC6F24
Complementary color
Monochromatic Colors of #CC6F24
Black with #CC6F24
Text Example
Text Example
White with #CC6F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F24; }
p { color: rgb(204,111,36); }
H1.HeaderClassName
{
color: #CC6F24;
}
.AnyTagClassName
{
color: #CC6F24;
}
</style>
background-color css
<style>
a { background-color: #CC6F24; }
a { background-color: rgb(204,111,36); }
div.DivClassName
{
background-color: #CC6F24;
}
.BgClassName
{
background-color: #CC6F24;
}
</style>
border-color css
<style>
span { border-color: #CC6F24; }
span { border-color: rgb(204,111,36); }
td.TdClassName
{
border-color: #CC6F24;
}
.TagClassName
{
border-color: #CC6F24;
}
</style>