Shades of Chocolate #CC6727
Tints of Chocolate #CC6727
RGB
CMYK
RGB Variations
Color information
#CC6727 (or 0xCC6727) is known color: Chocolate. HEX triplet: CC, 67 and 27. RGB value is (204,103,39). Sum of RGB (Red+Green+Blue) = 204+103+39=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6727 is #3398D8. Grayscale: #7E7E7E. Windows color (decimal): -3381465 or 2582476. OLE color: 2582476.
HSL color Cylindrical-coordinate representation of color #CC6727: hue angle of 23.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC6727 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 39 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.2 |
| HSL | 23.27º | 0.68% | 0.48% | - |
| HSV(B) | 23.27º | 0.81% | 0.8% | - |
| XYZ | 30.12 | 22.68 | 4.71 | - |
| YUV | 125.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 39 | 0 | 0.50 | 0.81 | 0.2 | 23.27 | 0.68 | 0.48 |
| Hex | CC | 67 | 27 | 0 | 32 | 51 | 14 | 17 | 44 | 30 |
| Octal | 314 | 147 | 47 | 0 | 62 | 121 | 24 | 27 | 104 | 60 |
| Binary | 11001100 | 1100111 | 100111 | 0 | 110010 | 1010001 | 10100 | 10111 | 1000100 | 110000 |
Color Harmonies of #CC6727
Complementary color
Monochromatic Colors of #CC6727
Black with #CC6727
Text Example
Text Example
White with #CC6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6727; }
p { color: rgb(204,103,39); }
H1.HeaderClassName
{
color: #CC6727;
}
.AnyTagClassName
{
color: #CC6727;
}
</style>
background-color css
<style>
a { background-color: #CC6727; }
a { background-color: rgb(204,103,39); }
div.DivClassName
{
background-color: #CC6727;
}
.BgClassName
{
background-color: #CC6727;
}
</style>
border-color css
<style>
span { border-color: #CC6727; }
span { border-color: rgb(204,103,39); }
td.TdClassName
{
border-color: #CC6727;
}
.TagClassName
{
border-color: #CC6727;
}
</style>