Shades of Chocolate #CC621B
Tints of Chocolate #CC621B
RGB
CMYK
RGB Variations
Color information
#CC621B (or 0xCC621B) is known color: Chocolate. HEX triplet: CC, 62 and 1B. RGB value is (204,98,27). Sum of RGB (Red+Green+Blue) = 204+98+27=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC621B is #339DE4. Grayscale: #797979. Windows color (decimal): -3382757 or 1794764. OLE color: 1794764.
HSL color Cylindrical-coordinate representation of color #CC621B: hue angle of 24.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC621B is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 27 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.2 |
| HSL | 24.07º | 0.77% | 0.45% | - |
| HSV(B) | 24.07º | 0.87% | 0.8% | - |
| XYZ | 29.47 | 21.65 | 3.66 | - |
| YUV | 121.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 27 | 0 | 0.52 | 0.87 | 0.2 | 24.07 | 0.77 | 0.45 |
| Hex | CC | 62 | 1B | 0 | 34 | 57 | 14 | 18 | 4D | 2D |
| Octal | 314 | 142 | 33 | 0 | 64 | 127 | 24 | 30 | 115 | 55 |
| Binary | 11001100 | 1100010 | 11011 | 0 | 110100 | 1010111 | 10100 | 11000 | 1001101 | 101101 |
Color Harmonies of #CC621B
Complementary color
Monochromatic Colors of #CC621B
Black with #CC621B
Text Example
Text Example
White with #CC621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC621B; }
p { color: rgb(204,98,27); }
H1.HeaderClassName
{
color: #CC621B;
}
.AnyTagClassName
{
color: #CC621B;
}
</style>
background-color css
<style>
a { background-color: #CC621B; }
a { background-color: rgb(204,98,27); }
div.DivClassName
{
background-color: #CC621B;
}
.BgClassName
{
background-color: #CC621B;
}
</style>
border-color css
<style>
span { border-color: #CC621B; }
span { border-color: rgb(204,98,27); }
td.TdClassName
{
border-color: #CC621B;
}
.TagClassName
{
border-color: #CC621B;
}
</style>