Shades of Chocolate #CC680F
Tints of Chocolate #CC680F
RGB
CMYK
RGB Variations
Color information
#CC680F (or 0xCC680F) is known color: Chocolate. HEX triplet: CC, 68 and 0F. RGB value is (204,104,15). Sum of RGB (Red+Green+Blue) = 204+104+15=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC680F is #3397F0. Grayscale: #7C7C7C. Windows color (decimal): -3381233 or 1009868. OLE color: 1009868.
HSL color Cylindrical-coordinate representation of color #CC680F: hue angle of 28.25º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC680F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.2 |
| HSL | 28.25º | 0.86% | 0.43% | - |
| HSV(B) | 28.25º | 0.93% | 0.8% | - |
| XYZ | 29.94 | 22.77 | 3.27 | - |
| YUV | 123.75 | 66.63 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 15 | 0 | 0.49 | 0.93 | 0.2 | 28.25 | 0.86 | 0.43 |
| Hex | CC | 68 | F | 0 | 31 | 5D | 14 | 1C | 56 | 2B |
| Octal | 314 | 150 | 17 | 0 | 61 | 135 | 24 | 34 | 126 | 53 |
| Binary | 11001100 | 1101000 | 1111 | 0 | 110001 | 1011101 | 10100 | 11100 | 1010110 | 101011 |
Color Harmonies of #CC680F
Complementary color
Monochromatic Colors of #CC680F
Black with #CC680F
Text Example
Text Example
White with #CC680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC680F; }
p { color: rgb(204,104,15); }
H1.HeaderClassName
{
color: #CC680F;
}
.AnyTagClassName
{
color: #CC680F;
}
</style>
background-color css
<style>
a { background-color: #CC680F; }
a { background-color: rgb(204,104,15); }
div.DivClassName
{
background-color: #CC680F;
}
.BgClassName
{
background-color: #CC680F;
}
</style>
border-color css
<style>
span { border-color: #CC680F; }
span { border-color: rgb(204,104,15); }
td.TdClassName
{
border-color: #CC680F;
}
.TagClassName
{
border-color: #CC680F;
}
</style>