Shades of Chocolate #CC6920
Tints of Chocolate #CC6920
RGB
CMYK
RGB Variations
Color information
#CC6920 (or 0xCC6920) is known color: Chocolate. HEX triplet: CC, 69 and 20. RGB value is (204,105,32). Sum of RGB (Red+Green+Blue) = 204+105+32=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6920 is #3396DF. Grayscale: #7E7E7E. Windows color (decimal): -3380960 or 2124236. OLE color: 2124236.
HSL color Cylindrical-coordinate representation of color #CC6920: hue angle of 25.47º degrees, saturation: 0.73, 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 #CC6920 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 32 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.2 |
| HSL | 25.47º | 0.73% | 0.46% | - |
| HSV(B) | 25.47º | 0.84% | 0.8% | - |
| XYZ | 30.21 | 23.04 | 4.22 | - |
| YUV | 126.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 32 | 0 | 0.49 | 0.84 | 0.2 | 25.47 | 0.73 | 0.46 |
| Hex | CC | 69 | 20 | 0 | 31 | 54 | 14 | 19 | 49 | 2E |
| Octal | 314 | 151 | 40 | 0 | 61 | 124 | 24 | 31 | 111 | 56 |
| Binary | 11001100 | 1101001 | 100000 | 0 | 110001 | 1010100 | 10100 | 11001 | 1001001 | 101110 |
Color Harmonies of #CC6920
Complementary color
Monochromatic Colors of #CC6920
Black with #CC6920
Text Example
Text Example
White with #CC6920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6920; }
p { color: rgb(204,105,32); }
H1.HeaderClassName
{
color: #CC6920;
}
.AnyTagClassName
{
color: #CC6920;
}
</style>
background-color css
<style>
a { background-color: #CC6920; }
a { background-color: rgb(204,105,32); }
div.DivClassName
{
background-color: #CC6920;
}
.BgClassName
{
background-color: #CC6920;
}
</style>
border-color css
<style>
span { border-color: #CC6920; }
span { border-color: rgb(204,105,32); }
td.TdClassName
{
border-color: #CC6920;
}
.TagClassName
{
border-color: #CC6920;
}
</style>