Shades of Chocolate #CC6719
Tints of Chocolate #CC6719
RGB
CMYK
RGB Variations
Color information
#CC6719 (or 0xCC6719) is known color: Chocolate. HEX triplet: CC, 67 and 19. RGB value is (204,103,25). Sum of RGB (Red+Green+Blue) = 204+103+25=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6719 is #3398E6. Grayscale: #7C7C7C. Windows color (decimal): -3381479 or 1664972. OLE color: 1664972.
HSL color Cylindrical-coordinate representation of color #CC6719: hue angle of 26.15º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC6719 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 25 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.2 |
| HSL | 26.15º | 0.78% | 0.45% | - |
| HSV(B) | 26.15º | 0.88% | 0.8% | - |
| XYZ | 29.93 | 22.61 | 3.71 | - |
| YUV | 124.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 25 | 0 | 0.50 | 0.88 | 0.2 | 26.15 | 0.78 | 0.45 |
| Hex | CC | 67 | 19 | 0 | 32 | 58 | 14 | 1A | 4E | 2D |
| Octal | 314 | 147 | 31 | 0 | 62 | 130 | 24 | 32 | 116 | 55 |
| Binary | 11001100 | 1100111 | 11001 | 0 | 110010 | 1011000 | 10100 | 11010 | 1001110 | 101101 |
Color Harmonies of #CC6719
Complementary color
Monochromatic Colors of #CC6719
Black with #CC6719
Text Example
Text Example
White with #CC6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6719; }
p { color: rgb(204,103,25); }
H1.HeaderClassName
{
color: #CC6719;
}
.AnyTagClassName
{
color: #CC6719;
}
</style>
background-color css
<style>
a { background-color: #CC6719; }
a { background-color: rgb(204,103,25); }
div.DivClassName
{
background-color: #CC6719;
}
.BgClassName
{
background-color: #CC6719;
}
</style>
border-color css
<style>
span { border-color: #CC6719; }
span { border-color: rgb(204,103,25); }
td.TdClassName
{
border-color: #CC6719;
}
.TagClassName
{
border-color: #CC6719;
}
</style>