Shades of Chocolate #CC6B21
Tints of Chocolate #CC6B21
RGB
CMYK
RGB Variations
Color information
#CC6B21 (or 0xCC6B21) is known color: Chocolate. HEX triplet: CC, 6B and 21. RGB value is (204,107,33). Sum of RGB (Red+Green+Blue) = 204+107+33=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B21 is #3394DE. Grayscale: #7F7F7F. Windows color (decimal): -3380447 or 2190284. OLE color: 2190284.
HSL color Cylindrical-coordinate representation of color #CC6B21: hue angle of 25.96º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC6B21 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 33 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.2 |
| HSL | 25.96º | 0.72% | 0.46% | - |
| HSV(B) | 25.96º | 0.84% | 0.8% | - |
| XYZ | 30.43 | 23.46 | 4.36 | - |
| YUV | 127.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 33 | 0 | 0.48 | 0.84 | 0.2 | 25.96 | 0.72 | 0.46 |
| Hex | CC | 6B | 21 | 0 | 30 | 54 | 14 | 1A | 48 | 2E |
| Octal | 314 | 153 | 41 | 0 | 60 | 124 | 24 | 32 | 110 | 56 |
| Binary | 11001100 | 1101011 | 100001 | 0 | 110000 | 1010100 | 10100 | 11010 | 1001000 | 101110 |
Color Harmonies of #CC6B21
Complementary color
Monochromatic Colors of #CC6B21
Black with #CC6B21
Text Example
Text Example
White with #CC6B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B21; }
p { color: rgb(204,107,33); }
H1.HeaderClassName
{
color: #CC6B21;
}
.AnyTagClassName
{
color: #CC6B21;
}
</style>
background-color css
<style>
a { background-color: #CC6B21; }
a { background-color: rgb(204,107,33); }
div.DivClassName
{
background-color: #CC6B21;
}
.BgClassName
{
background-color: #CC6B21;
}
</style>
border-color css
<style>
span { border-color: #CC6B21; }
span { border-color: rgb(204,107,33); }
td.TdClassName
{
border-color: #CC6B21;
}
.TagClassName
{
border-color: #CC6B21;
}
</style>