Shades of Chocolate #CC660D
Tints of Chocolate #CC660D
RGB
CMYK
RGB Variations
Color information
#CC660D (or 0xCC660D) is known color: Chocolate. HEX triplet: CC, 66 and 0D. RGB value is (204,102,13). Sum of RGB (Red+Green+Blue) = 204+102+13=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC660D is #3399F2. Grayscale: #7A7A7A. Windows color (decimal): -3381747 or 878284. OLE color: 878284.
HSL color Cylindrical-coordinate representation of color #CC660D: hue angle of 27.96º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC660D is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 13 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.2 |
| HSL | 27.96º | 0.88% | 0.43% | - |
| HSV(B) | 27.96º | 0.94% | 0.8% | - |
| XYZ | 29.73 | 22.37 | 3.13 | - |
| YUV | 122.35 | 66.29 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 13 | 0 | 0.5 | 0.94 | 0.2 | 27.96 | 0.88 | 0.43 |
| Hex | CC | 66 | D | 0 | 32 | 5E | 14 | 1C | 58 | 2B |
| Octal | 314 | 146 | 15 | 0 | 62 | 136 | 24 | 34 | 130 | 53 |
| Binary | 11001100 | 1100110 | 1101 | 0 | 110010 | 1011110 | 10100 | 11100 | 1011000 | 101011 |
Color Harmonies of #CC660D
Complementary color
Monochromatic Colors of #CC660D
Black with #CC660D
Text Example
Text Example
White with #CC660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC660D; }
p { color: rgb(204,102,13); }
H1.HeaderClassName
{
color: #CC660D;
}
.AnyTagClassName
{
color: #CC660D;
}
</style>
background-color css
<style>
a { background-color: #CC660D; }
a { background-color: rgb(204,102,13); }
div.DivClassName
{
background-color: #CC660D;
}
.BgClassName
{
background-color: #CC660D;
}
</style>
border-color css
<style>
span { border-color: #CC660D; }
span { border-color: rgb(204,102,13); }
td.TdClassName
{
border-color: #CC660D;
}
.TagClassName
{
border-color: #CC660D;
}
</style>