Shades of Chocolate #CC6722
Tints of Chocolate #CC6722
RGB
CMYK
RGB Variations
Color information
#CC6722 (or 0xCC6722) is known color: Chocolate. HEX triplet: CC, 67 and 22. RGB value is (204,103,34). Sum of RGB (Red+Green+Blue) = 204+103+34=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6722 is #3398DD. Grayscale: #7D7D7D. Windows color (decimal): -3381470 or 2254796. OLE color: 2254796.
HSL color Cylindrical-coordinate representation of color #CC6722: hue angle of 24.35º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC6722 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 34 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.2 |
| HSL | 24.35º | 0.71% | 0.47% | - |
| HSV(B) | 24.35º | 0.83% | 0.8% | - |
| XYZ | 30.04 | 22.65 | 4.3 | - |
| YUV | 125.33 | 76.46 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 34 | 0 | 0.50 | 0.83 | 0.2 | 24.35 | 0.71 | 0.47 |
| Hex | CC | 67 | 22 | 0 | 32 | 53 | 14 | 18 | 47 | 2F |
| Octal | 314 | 147 | 42 | 0 | 62 | 123 | 24 | 30 | 107 | 57 |
| Binary | 11001100 | 1100111 | 100010 | 0 | 110010 | 1010011 | 10100 | 11000 | 1000111 | 101111 |
Color Harmonies of #CC6722
Complementary color
Monochromatic Colors of #CC6722
Black with #CC6722
Text Example
Text Example
White with #CC6722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6722; }
p { color: rgb(204,103,34); }
H1.HeaderClassName
{
color: #CC6722;
}
.AnyTagClassName
{
color: #CC6722;
}
</style>
background-color css
<style>
a { background-color: #CC6722; }
a { background-color: rgb(204,103,34); }
div.DivClassName
{
background-color: #CC6722;
}
.BgClassName
{
background-color: #CC6722;
}
</style>
border-color css
<style>
span { border-color: #CC6722; }
span { border-color: rgb(204,103,34); }
td.TdClassName
{
border-color: #CC6722;
}
.TagClassName
{
border-color: #CC6722;
}
</style>