Shades of Chocolate #CC681D
Tints of Chocolate #CC681D
RGB
CMYK
RGB Variations
Color information
#CC681D (or 0xCC681D) is known color: Chocolate. HEX triplet: CC, 68 and 1D. RGB value is (204,104,29). Sum of RGB (Red+Green+Blue) = 204+104+29=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC681D is #3397E2. Grayscale: #7D7D7D. Windows color (decimal): -3381219 or 1927372. OLE color: 1927372.
HSL color Cylindrical-coordinate representation of color #CC681D: hue angle of 25.71º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC681D is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 29 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.2 |
| HSL | 25.71º | 0.75% | 0.46% | - |
| HSV(B) | 25.71º | 0.86% | 0.8% | - |
| XYZ | 30.07 | 22.83 | 3.98 | - |
| YUV | 125.35 | 73.63 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 29 | 0 | 0.49 | 0.86 | 0.2 | 25.71 | 0.75 | 0.46 |
| Hex | CC | 68 | 1D | 0 | 31 | 56 | 14 | 1A | 4B | 2E |
| Octal | 314 | 150 | 35 | 0 | 61 | 126 | 24 | 32 | 113 | 56 |
| Binary | 11001100 | 1101000 | 11101 | 0 | 110001 | 1010110 | 10100 | 11010 | 1001011 | 101110 |
Color Harmonies of #CC681D
Complementary color
Monochromatic Colors of #CC681D
Black with #CC681D
Text Example
Text Example
White with #CC681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC681D; }
p { color: rgb(204,104,29); }
H1.HeaderClassName
{
color: #CC681D;
}
.AnyTagClassName
{
color: #CC681D;
}
</style>
background-color css
<style>
a { background-color: #CC681D; }
a { background-color: rgb(204,104,29); }
div.DivClassName
{
background-color: #CC681D;
}
.BgClassName
{
background-color: #CC681D;
}
</style>
border-color css
<style>
span { border-color: #CC681D; }
span { border-color: rgb(204,104,29); }
td.TdClassName
{
border-color: #CC681D;
}
.TagClassName
{
border-color: #CC681D;
}
</style>