Shades of Chocolate #C66621
Tints of Chocolate #C66621
RGB
CMYK
RGB Variations
Color information
#C66621 (or 0xC66621) is known color: Chocolate. HEX triplet: C6, 66 and 21. RGB value is (198,102,33). Sum of RGB (Red+Green+Blue) = 198+102+33=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C66621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66621 is #3999DE. Grayscale: #7B7B7B. Windows color (decimal): -3774943 or 2188998. OLE color: 2188998.
HSL color Cylindrical-coordinate representation of color #C66621: hue angle of 25.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C66621 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 33 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.22 |
| HSL | 25.09º | 0.71% | 0.45% | - |
| HSV(B) | 25.09º | 0.83% | 0.78% | - |
| XYZ | 28.31 | 21.62 | 4.12 | - |
| YUV | 122.84 | 77.3 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 33 | 0 | 0.48 | 0.83 | 0.22 | 25.09 | 0.71 | 0.45 |
| Hex | C6 | 66 | 21 | 0 | 30 | 53 | 16 | 19 | 47 | 2D |
| Octal | 306 | 146 | 41 | 0 | 60 | 123 | 26 | 31 | 107 | 55 |
| Binary | 11000110 | 1100110 | 100001 | 0 | 110000 | 1010011 | 10110 | 11001 | 1000111 | 101101 |
Color Harmonies of #C66621
Complementary color
Monochromatic Colors of #C66621
Black with #C66621
Text Example
Text Example
White with #C66621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66621; }
p { color: rgb(198,102,33); }
H1.HeaderClassName
{
color: #C66621;
}
.AnyTagClassName
{
color: #C66621;
}
</style>
background-color css
<style>
a { background-color: #C66621; }
a { background-color: rgb(198,102,33); }
div.DivClassName
{
background-color: #C66621;
}
.BgClassName
{
background-color: #C66621;
}
</style>
border-color css
<style>
span { border-color: #C66621; }
span { border-color: rgb(198,102,33); }
td.TdClassName
{
border-color: #C66621;
}
.TagClassName
{
border-color: #C66621;
}
</style>