Shades of Chocolate #C6641C
Tints of Chocolate #C6641C
RGB
CMYK
RGB Variations
Color information
#C6641C (or 0xC6641C) is known color: Chocolate. HEX triplet: C6, 64 and 1C. RGB value is (198,100,28). Sum of RGB (Red+Green+Blue) = 198+100+28=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6641C is #399BE3. Grayscale: #797979. Windows color (decimal): -3775460 or 1860806. OLE color: 1860806.
HSL color Cylindrical-coordinate representation of color #C6641C: hue angle of 25.41º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6641C is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 28 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.22 |
| HSL | 25.41º | 0.75% | 0.44% | - |
| HSV(B) | 25.41º | 0.86% | 0.78% | - |
| XYZ | 28.06 | 21.2 | 3.71 | - |
| YUV | 121.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 28 | 0 | 0.49 | 0.86 | 0.22 | 25.41 | 0.75 | 0.44 |
| Hex | C6 | 64 | 1C | 0 | 31 | 56 | 16 | 19 | 4B | 2C |
| Octal | 306 | 144 | 34 | 0 | 61 | 126 | 26 | 31 | 113 | 54 |
| Binary | 11000110 | 1100100 | 11100 | 0 | 110001 | 1010110 | 10110 | 11001 | 1001011 | 101100 |
Color Harmonies of #C6641C
Complementary color
Monochromatic Colors of #C6641C
Black with #C6641C
Text Example
Text Example
White with #C6641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6641C; }
p { color: rgb(198,100,28); }
H1.HeaderClassName
{
color: #C6641C;
}
.AnyTagClassName
{
color: #C6641C;
}
</style>
background-color css
<style>
a { background-color: #C6641C; }
a { background-color: rgb(198,100,28); }
div.DivClassName
{
background-color: #C6641C;
}
.BgClassName
{
background-color: #C6641C;
}
</style>
border-color css
<style>
span { border-color: #C6641C; }
span { border-color: rgb(198,100,28); }
td.TdClassName
{
border-color: #C6641C;
}
.TagClassName
{
border-color: #C6641C;
}
</style>