Shades of Chocolate #C6661C
Tints of Chocolate #C6661C
RGB
CMYK
RGB Variations
Color information
#C6661C (or 0xC6661C) is known color: Chocolate. HEX triplet: C6, 66 and 1C. RGB value is (198,102,28). Sum of RGB (Red+Green+Blue) = 198+102+28=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6661C is #3999E3. Grayscale: #7A7A7A. Windows color (decimal): -3774948 or 1861318. OLE color: 1861318.
HSL color Cylindrical-coordinate representation of color #C6661C: hue angle of 26.12º 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 #C6661C is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 28 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.22 |
| HSL | 26.12º | 0.75% | 0.44% | - |
| HSV(B) | 26.12º | 0.86% | 0.78% | - |
| XYZ | 28.25 | 21.59 | 3.78 | - |
| YUV | 122.27 | 74.8 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 28 | 0 | 0.48 | 0.86 | 0.22 | 26.12 | 0.75 | 0.44 |
| Hex | C6 | 66 | 1C | 0 | 30 | 56 | 16 | 1A | 4B | 2C |
| Octal | 306 | 146 | 34 | 0 | 60 | 126 | 26 | 32 | 113 | 54 |
| Binary | 11000110 | 1100110 | 11100 | 0 | 110000 | 1010110 | 10110 | 11010 | 1001011 | 101100 |
Color Harmonies of #C6661C
Complementary color
Monochromatic Colors of #C6661C
Black with #C6661C
Text Example
Text Example
White with #C6661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6661C; }
p { color: rgb(198,102,28); }
H1.HeaderClassName
{
color: #C6661C;
}
.AnyTagClassName
{
color: #C6661C;
}
</style>
background-color css
<style>
a { background-color: #C6661C; }
a { background-color: rgb(198,102,28); }
div.DivClassName
{
background-color: #C6661C;
}
.BgClassName
{
background-color: #C6661C;
}
</style>
border-color css
<style>
span { border-color: #C6661C; }
span { border-color: rgb(198,102,28); }
td.TdClassName
{
border-color: #C6661C;
}
.TagClassName
{
border-color: #C6661C;
}
</style>