Shades of Chocolate #C16611
Tints of Chocolate #C16611
RGB
CMYK
RGB Variations
Color information
#C16611 (or 0xC16611) is known color: Chocolate. HEX triplet: C1, 66 and 11. RGB value is (193,102,17). Sum of RGB (Red+Green+Blue) = 193+102+17=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C16611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16611 is #3E99EE. Grayscale: #777777. Windows color (decimal): -4102639 or 1140417. OLE color: 1140417.
HSL color Cylindrical-coordinate representation of color #C16611: hue angle of 28.98º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C16611 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 17 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.24 |
| HSL | 28.98º | 0.84% | 0.41% | - |
| HSV(B) | 28.98º | 0.91% | 0.76% | - |
| XYZ | 26.84 | 20.88 | 3.15 | - |
| YUV | 119.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 17 | 0 | 0.47 | 0.91 | 0.24 | 28.98 | 0.84 | 0.41 |
| Hex | C1 | 66 | 11 | 0 | 2F | 5B | 18 | 1D | 54 | 29 |
| Octal | 301 | 146 | 21 | 0 | 57 | 133 | 30 | 35 | 124 | 51 |
| Binary | 11000001 | 1100110 | 10001 | 0 | 101111 | 1011011 | 11000 | 11101 | 1010100 | 101001 |
Color Harmonies of #C16611
Complementary color
Monochromatic Colors of #C16611
Black with #C16611
Text Example
Text Example
White with #C16611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16611; }
p { color: rgb(193,102,17); }
H1.HeaderClassName
{
color: #C16611;
}
.AnyTagClassName
{
color: #C16611;
}
</style>
background-color css
<style>
a { background-color: #C16611; }
a { background-color: rgb(193,102,17); }
div.DivClassName
{
background-color: #C16611;
}
.BgClassName
{
background-color: #C16611;
}
</style>
border-color css
<style>
span { border-color: #C16611; }
span { border-color: rgb(193,102,17); }
td.TdClassName
{
border-color: #C16611;
}
.TagClassName
{
border-color: #C16611;
}
</style>