Shades of Chocolate #C66C1D
Tints of Chocolate #C66C1D
RGB
CMYK
RGB Variations
Color information
#C66C1D (or 0xC66C1D) is known color: Chocolate. HEX triplet: C6, 6C and 1D. RGB value is (198,108,29). Sum of RGB (Red+Green+Blue) = 198+108+29=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C1D is #3993E2. Grayscale: #7E7E7E. Windows color (decimal): -3773411 or 1928390. OLE color: 1928390.
HSL color Cylindrical-coordinate representation of color #C66C1D: hue angle of 28.05º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C66C1D is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 29 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.22 |
| HSL | 28.05º | 0.74% | 0.45% | - |
| HSV(B) | 28.05º | 0.85% | 0.78% | - |
| XYZ | 28.87 | 22.82 | 4.05 | - |
| YUV | 125.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 29 | 0 | 0.45 | 0.85 | 0.22 | 28.05 | 0.74 | 0.45 |
| Hex | C6 | 6C | 1D | 0 | 2D | 55 | 16 | 1C | 4A | 2D |
| Octal | 306 | 154 | 35 | 0 | 55 | 125 | 26 | 34 | 112 | 55 |
| Binary | 11000110 | 1101100 | 11101 | 0 | 101101 | 1010101 | 10110 | 11100 | 1001010 | 101101 |
Color Harmonies of #C66C1D
Complementary color
Monochromatic Colors of #C66C1D
Black with #C66C1D
Text Example
Text Example
White with #C66C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C1D; }
p { color: rgb(198,108,29); }
H1.HeaderClassName
{
color: #C66C1D;
}
.AnyTagClassName
{
color: #C66C1D;
}
</style>
background-color css
<style>
a { background-color: #C66C1D; }
a { background-color: rgb(198,108,29); }
div.DivClassName
{
background-color: #C66C1D;
}
.BgClassName
{
background-color: #C66C1D;
}
</style>
border-color css
<style>
span { border-color: #C66C1D; }
span { border-color: rgb(198,108,29); }
td.TdClassName
{
border-color: #C66C1D;
}
.TagClassName
{
border-color: #C66C1D;
}
</style>