Shades of Chocolate #C0680F
Tints of Chocolate #C0680F
RGB
CMYK
RGB Variations
Color information
#C0680F (or 0xC0680F) is known color: Chocolate. HEX triplet: C0, 68 and 0F. RGB value is (192,104,15). Sum of RGB (Red+Green+Blue) = 192+104+15=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C0680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0680F is #3F97F0. Grayscale: #787878. Windows color (decimal): -4167665 or 1009856. OLE color: 1009856.
HSL color Cylindrical-coordinate representation of color #C0680F: hue angle of 30.17º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0680F is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 15 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.25 |
| HSL | 30.17º | 0.86% | 0.41% | - |
| HSV(B) | 30.17º | 0.92% | 0.75% | - |
| XYZ | 26.77 | 21.14 | 3.12 | - |
| YUV | 120.17 | 68.65 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 15 | 0 | 0.46 | 0.92 | 0.25 | 30.17 | 0.86 | 0.41 |
| Hex | C0 | 68 | F | 0 | 2E | 5C | 19 | 1E | 56 | 29 |
| Octal | 300 | 150 | 17 | 0 | 56 | 134 | 31 | 36 | 126 | 51 |
| Binary | 11000000 | 1101000 | 1111 | 0 | 101110 | 1011100 | 11001 | 11110 | 1010110 | 101001 |
Color Harmonies of #C0680F
Complementary color
Monochromatic Colors of #C0680F
Black with #C0680F
Text Example
Text Example
White with #C0680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0680F; }
p { color: rgb(192,104,15); }
H1.HeaderClassName
{
color: #C0680F;
}
.AnyTagClassName
{
color: #C0680F;
}
</style>
background-color css
<style>
a { background-color: #C0680F; }
a { background-color: rgb(192,104,15); }
div.DivClassName
{
background-color: #C0680F;
}
.BgClassName
{
background-color: #C0680F;
}
</style>
border-color css
<style>
span { border-color: #C0680F; }
span { border-color: rgb(192,104,15); }
td.TdClassName
{
border-color: #C0680F;
}
.TagClassName
{
border-color: #C0680F;
}
</style>