Shades of Chocolate #CC6921
Tints of Chocolate #CC6921
RGB
CMYK
RGB Variations
Color information
#CC6921 (or 0xCC6921) is known color: Chocolate. HEX triplet: CC, 69 and 21. RGB value is (204,105,33). Sum of RGB (Red+Green+Blue) = 204+105+33=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6921 is #3396DE. Grayscale: #7E7E7E. Windows color (decimal): -3380959 or 2189772. OLE color: 2189772.
HSL color Cylindrical-coordinate representation of color #CC6921: hue angle of 25.26º 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 #CC6921 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 33 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.2 |
| HSL | 25.26º | 0.72% | 0.46% | - |
| HSV(B) | 25.26º | 0.84% | 0.8% | - |
| XYZ | 30.23 | 23.05 | 4.29 | - |
| YUV | 126.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 33 | 0 | 0.49 | 0.84 | 0.2 | 25.26 | 0.72 | 0.46 |
| Hex | CC | 69 | 21 | 0 | 31 | 54 | 14 | 19 | 48 | 2E |
| Octal | 314 | 151 | 41 | 0 | 61 | 124 | 24 | 31 | 110 | 56 |
| Binary | 11001100 | 1101001 | 100001 | 0 | 110001 | 1010100 | 10100 | 11001 | 1001000 | 101110 |
Color Harmonies of #CC6921
Complementary color
Monochromatic Colors of #CC6921
Black with #CC6921
Text Example
Text Example
White with #CC6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6921; }
p { color: rgb(204,105,33); }
H1.HeaderClassName
{
color: #CC6921;
}
.AnyTagClassName
{
color: #CC6921;
}
</style>
background-color css
<style>
a { background-color: #CC6921; }
a { background-color: rgb(204,105,33); }
div.DivClassName
{
background-color: #CC6921;
}
.BgClassName
{
background-color: #CC6921;
}
</style>
border-color css
<style>
span { border-color: #CC6921; }
span { border-color: rgb(204,105,33); }
td.TdClassName
{
border-color: #CC6921;
}
.TagClassName
{
border-color: #CC6921;
}
</style>