Shades of Chocolate #CC661C
Tints of Chocolate #CC661C
RGB
CMYK
RGB Variations
Color information
#CC661C (or 0xCC661C) is known color: Chocolate. HEX triplet: CC, 66 and 1C. RGB value is (204,102,28). Sum of RGB (Red+Green+Blue) = 204+102+28=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC661C is #3399E3. Grayscale: #7C7C7C. Windows color (decimal): -3381732 or 1861324. OLE color: 1861324.
HSL color Cylindrical-coordinate representation of color #CC661C: hue angle of 25.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC661C is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 28 | - |
| CMYK | 0 | 0.5 | 0.86 | 0.2 |
| HSL | 25.23º | 0.76% | 0.45% | - |
| HSV(B) | 25.23º | 0.86% | 0.8% | - |
| XYZ | 29.86 | 22.42 | 3.85 | - |
| YUV | 124.06 | 73.79 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 28 | 0 | 0.5 | 0.86 | 0.2 | 25.23 | 0.76 | 0.45 |
| Hex | CC | 66 | 1C | 0 | 32 | 56 | 14 | 19 | 4C | 2D |
| Octal | 314 | 146 | 34 | 0 | 62 | 126 | 24 | 31 | 114 | 55 |
| Binary | 11001100 | 1100110 | 11100 | 0 | 110010 | 1010110 | 10100 | 11001 | 1001100 | 101101 |
Color Harmonies of #CC661C
Complementary color
Monochromatic Colors of #CC661C
Black with #CC661C
Text Example
Text Example
White with #CC661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC661C; }
p { color: rgb(204,102,28); }
H1.HeaderClassName
{
color: #CC661C;
}
.AnyTagClassName
{
color: #CC661C;
}
</style>
background-color css
<style>
a { background-color: #CC661C; }
a { background-color: rgb(204,102,28); }
div.DivClassName
{
background-color: #CC661C;
}
.BgClassName
{
background-color: #CC661C;
}
</style>
border-color css
<style>
span { border-color: #CC661C; }
span { border-color: rgb(204,102,28); }
td.TdClassName
{
border-color: #CC661C;
}
.TagClassName
{
border-color: #CC661C;
}
</style>