Shades of Chocolate #CC6713
Tints of Chocolate #CC6713
RGB
CMYK
RGB Variations
Color information
#CC6713 (or 0xCC6713) is known color: Chocolate. HEX triplet: CC, 67 and 13. RGB value is (204,103,19). Sum of RGB (Red+Green+Blue) = 204+103+19=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6713 is #3398EC. Grayscale: #7C7C7C. Windows color (decimal): -3381485 or 1271756. OLE color: 1271756.
HSL color Cylindrical-coordinate representation of color #CC6713: hue angle of 27.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC6713 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 19 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.2 |
| HSL | 27.24º | 0.83% | 0.44% | - |
| HSV(B) | 27.24º | 0.91% | 0.8% | - |
| XYZ | 29.87 | 22.58 | 3.4 | - |
| YUV | 123.62 | 68.96 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 19 | 0 | 0.50 | 0.91 | 0.2 | 27.24 | 0.83 | 0.44 |
| Hex | CC | 67 | 13 | 0 | 32 | 5B | 14 | 1B | 53 | 2C |
| Octal | 314 | 147 | 23 | 0 | 62 | 133 | 24 | 33 | 123 | 54 |
| Binary | 11001100 | 1100111 | 10011 | 0 | 110010 | 1011011 | 10100 | 11011 | 1010011 | 101100 |
Color Harmonies of #CC6713
Complementary color
Monochromatic Colors of #CC6713
Black with #CC6713
Text Example
Text Example
White with #CC6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6713; }
p { color: rgb(204,103,19); }
H1.HeaderClassName
{
color: #CC6713;
}
.AnyTagClassName
{
color: #CC6713;
}
</style>
background-color css
<style>
a { background-color: #CC6713; }
a { background-color: rgb(204,103,19); }
div.DivClassName
{
background-color: #CC6713;
}
.BgClassName
{
background-color: #CC6713;
}
</style>
border-color css
<style>
span { border-color: #CC6713; }
span { border-color: rgb(204,103,19); }
td.TdClassName
{
border-color: #CC6713;
}
.TagClassName
{
border-color: #CC6713;
}
</style>