Shades of Chocolate #C06411
Tints of Chocolate #C06411
RGB
CMYK
RGB Variations
Color information
#C06411 (or 0xC06411) is known color: Chocolate. HEX triplet: C0, 64 and 11. RGB value is (192,100,17). Sum of RGB (Red+Green+Blue) = 192+100+17=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C06411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06411 is #3F9BEE. Grayscale: #767676. Windows color (decimal): -4168687 or 1139904. OLE color: 1139904.
HSL color Cylindrical-coordinate representation of color #C06411: hue angle of 28.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C06411 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 17 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.25 |
| HSL | 28.46º | 0.84% | 0.41% | - |
| HSV(B) | 28.46º | 0.91% | 0.75% | - |
| XYZ | 26.4 | 20.36 | 3.07 | - |
| YUV | 118.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 17 | 0 | 0.48 | 0.91 | 0.25 | 28.46 | 0.84 | 0.41 |
| Hex | C0 | 64 | 11 | 0 | 30 | 5B | 19 | 1C | 54 | 29 |
| Octal | 300 | 144 | 21 | 0 | 60 | 133 | 31 | 34 | 124 | 51 |
| Binary | 11000000 | 1100100 | 10001 | 0 | 110000 | 1011011 | 11001 | 11100 | 1010100 | 101001 |
Color Harmonies of #C06411
Complementary color
Monochromatic Colors of #C06411
Black with #C06411
Text Example
Text Example
White with #C06411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06411; }
p { color: rgb(192,100,17); }
H1.HeaderClassName
{
color: #C06411;
}
.AnyTagClassName
{
color: #C06411;
}
</style>
background-color css
<style>
a { background-color: #C06411; }
a { background-color: rgb(192,100,17); }
div.DivClassName
{
background-color: #C06411;
}
.BgClassName
{
background-color: #C06411;
}
</style>
border-color css
<style>
span { border-color: #C06411; }
span { border-color: rgb(192,100,17); }
td.TdClassName
{
border-color: #C06411;
}
.TagClassName
{
border-color: #C06411;
}
</style>