Shades of Chocolate #CC6714
Tints of Chocolate #CC6714
RGB
CMYK
RGB Variations
Color information
#CC6714 (or 0xCC6714) is known color: Chocolate. HEX triplet: CC, 67 and 14. RGB value is (204,103,20). Sum of RGB (Red+Green+Blue) = 204+103+20=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6714 is #3398EB. Grayscale: #7C7C7C. Windows color (decimal): -3381484 or 1337292. OLE color: 1337292.
HSL color Cylindrical-coordinate representation of color #CC6714: hue angle of 27.07º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC6714 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 20 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.2 |
| HSL | 27.07º | 0.82% | 0.44% | - |
| HSV(B) | 27.07º | 0.9% | 0.8% | - |
| XYZ | 29.88 | 22.59 | 3.45 | - |
| YUV | 123.74 | 69.46 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 20 | 0 | 0.50 | 0.90 | 0.2 | 27.07 | 0.82 | 0.44 |
| Hex | CC | 67 | 14 | 0 | 32 | 5A | 14 | 1B | 52 | 2C |
| Octal | 314 | 147 | 24 | 0 | 62 | 132 | 24 | 33 | 122 | 54 |
| Binary | 11001100 | 1100111 | 10100 | 0 | 110010 | 1011010 | 10100 | 11011 | 1010010 | 101100 |
Color Harmonies of #CC6714
Complementary color
Monochromatic Colors of #CC6714
Black with #CC6714
Text Example
Text Example
White with #CC6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6714; }
p { color: rgb(204,103,20); }
H1.HeaderClassName
{
color: #CC6714;
}
.AnyTagClassName
{
color: #CC6714;
}
</style>
background-color css
<style>
a { background-color: #CC6714; }
a { background-color: rgb(204,103,20); }
div.DivClassName
{
background-color: #CC6714;
}
.BgClassName
{
background-color: #CC6714;
}
</style>
border-color css
<style>
span { border-color: #CC6714; }
span { border-color: rgb(204,103,20); }
td.TdClassName
{
border-color: #CC6714;
}
.TagClassName
{
border-color: #CC6714;
}
</style>