Shades of Chocolate #CC651D
Tints of Chocolate #CC651D
RGB
CMYK
RGB Variations
Color information
#CC651D (or 0xCC651D) is known color: Chocolate. HEX triplet: CC, 65 and 1D. RGB value is (204,101,29). Sum of RGB (Red+Green+Blue) = 204+101+29=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC651D is #339AE2. Grayscale: #7B7B7B. Windows color (decimal): -3381987 or 1926604. OLE color: 1926604.
HSL color Cylindrical-coordinate representation of color #CC651D: hue angle of 24.69º 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 #CC651D is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 29 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.2 |
| HSL | 24.69º | 0.75% | 0.46% | - |
| HSV(B) | 24.69º | 0.86% | 0.8% | - |
| XYZ | 29.78 | 22.23 | 3.88 | - |
| YUV | 123.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 29 | 0 | 0.50 | 0.86 | 0.2 | 24.69 | 0.75 | 0.46 |
| Hex | CC | 65 | 1D | 0 | 32 | 56 | 14 | 19 | 4B | 2E |
| Octal | 314 | 145 | 35 | 0 | 62 | 126 | 24 | 31 | 113 | 56 |
| Binary | 11001100 | 1100101 | 11101 | 0 | 110010 | 1010110 | 10100 | 11001 | 1001011 | 101110 |
Color Harmonies of #CC651D
Complementary color
Monochromatic Colors of #CC651D
Black with #CC651D
Text Example
Text Example
White with #CC651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC651D; }
p { color: rgb(204,101,29); }
H1.HeaderClassName
{
color: #CC651D;
}
.AnyTagClassName
{
color: #CC651D;
}
</style>
background-color css
<style>
a { background-color: #CC651D; }
a { background-color: rgb(204,101,29); }
div.DivClassName
{
background-color: #CC651D;
}
.BgClassName
{
background-color: #CC651D;
}
</style>
border-color css
<style>
span { border-color: #CC651D; }
span { border-color: rgb(204,101,29); }
td.TdClassName
{
border-color: #CC651D;
}
.TagClassName
{
border-color: #CC651D;
}
</style>