Shades of Chocolate #CC6D1A
Tints of Chocolate #CC6D1A
RGB
CMYK
RGB Variations
Color information
#CC6D1A (or 0xCC6D1A) is known color: Chocolate. HEX triplet: CC, 6D and 1A. RGB value is (204,109,26). Sum of RGB (Red+Green+Blue) = 204+109+26=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D1A is #3392E5. Grayscale: #808080. Windows color (decimal): -3379942 or 1732044. OLE color: 1732044.
HSL color Cylindrical-coordinate representation of color #CC6D1A: hue angle of 27.98º 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 #CC6D1A is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 26 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.2 |
| HSL | 27.98º | 0.77% | 0.45% | - |
| HSV(B) | 27.98º | 0.87% | 0.8% | - |
| XYZ | 30.56 | 23.85 | 3.97 | - |
| YUV | 127.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 26 | 0 | 0.47 | 0.87 | 0.2 | 27.98 | 0.77 | 0.45 |
| Hex | CC | 6D | 1A | 0 | 2F | 57 | 14 | 1C | 4D | 2D |
| Octal | 314 | 155 | 32 | 0 | 57 | 127 | 24 | 34 | 115 | 55 |
| Binary | 11001100 | 1101101 | 11010 | 0 | 101111 | 1010111 | 10100 | 11100 | 1001101 | 101101 |
Color Harmonies of #CC6D1A
Complementary color
Monochromatic Colors of #CC6D1A
Black with #CC6D1A
Text Example
Text Example
White with #CC6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D1A; }
p { color: rgb(204,109,26); }
H1.HeaderClassName
{
color: #CC6D1A;
}
.AnyTagClassName
{
color: #CC6D1A;
}
</style>
background-color css
<style>
a { background-color: #CC6D1A; }
a { background-color: rgb(204,109,26); }
div.DivClassName
{
background-color: #CC6D1A;
}
.BgClassName
{
background-color: #CC6D1A;
}
</style>
border-color css
<style>
span { border-color: #CC6D1A; }
span { border-color: rgb(204,109,26); }
td.TdClassName
{
border-color: #CC6D1A;
}
.TagClassName
{
border-color: #CC6D1A;
}
</style>