Shades of Chocolate #CC6D1F
Tints of Chocolate #CC6D1F
RGB
CMYK
RGB Variations
Color information
#CC6D1F (or 0xCC6D1F) is known color: Chocolate. HEX triplet: CC, 6D and 1F. RGB value is (204,109,31). Sum of RGB (Red+Green+Blue) = 204+109+31=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D1F is #3392E0. Grayscale: #808080. Windows color (decimal): -3379937 or 2059724. OLE color: 2059724.
HSL color Cylindrical-coordinate representation of color #CC6D1F: hue angle of 27.05º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC6D1F is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 31 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.2 |
| HSL | 27.05º | 0.74% | 0.46% | - |
| HSV(B) | 27.05º | 0.85% | 0.8% | - |
| XYZ | 30.62 | 23.87 | 4.29 | - |
| YUV | 128.51 | 72.97 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 31 | 0 | 0.47 | 0.85 | 0.2 | 27.05 | 0.74 | 0.46 |
| Hex | CC | 6D | 1F | 0 | 2F | 55 | 14 | 1B | 4A | 2E |
| Octal | 314 | 155 | 37 | 0 | 57 | 125 | 24 | 33 | 112 | 56 |
| Binary | 11001100 | 1101101 | 11111 | 0 | 101111 | 1010101 | 10100 | 11011 | 1001010 | 101110 |
Color Harmonies of #CC6D1F
Complementary color
Monochromatic Colors of #CC6D1F
Black with #CC6D1F
Text Example
Text Example
White with #CC6D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D1F; }
p { color: rgb(204,109,31); }
H1.HeaderClassName
{
color: #CC6D1F;
}
.AnyTagClassName
{
color: #CC6D1F;
}
</style>
background-color css
<style>
a { background-color: #CC6D1F; }
a { background-color: rgb(204,109,31); }
div.DivClassName
{
background-color: #CC6D1F;
}
.BgClassName
{
background-color: #CC6D1F;
}
</style>
border-color css
<style>
span { border-color: #CC6D1F; }
span { border-color: rgb(204,109,31); }
td.TdClassName
{
border-color: #CC6D1F;
}
.TagClassName
{
border-color: #CC6D1F;
}
</style>