Shades of Chocolate #C7680F
Tints of Chocolate #C7680F
RGB
CMYK
RGB Variations
Color information
#C7680F (or 0xC7680F) is known color: Chocolate. HEX triplet: C7, 68 and 0F. RGB value is (199,104,15). Sum of RGB (Red+Green+Blue) = 199+104+15=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C7680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7680F is #3897F0. Grayscale: #7A7A7A. Windows color (decimal): -3708913 or 1009863. OLE color: 1009863.
HSL color Cylindrical-coordinate representation of color #C7680F: hue angle of 29.02º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7680F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 15 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.22 |
| HSL | 29.02º | 0.86% | 0.42% | - |
| HSV(B) | 29.02º | 0.92% | 0.78% | - |
| XYZ | 28.59 | 22.08 | 3.21 | - |
| YUV | 122.26 | 67.47 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 15 | 0 | 0.48 | 0.92 | 0.22 | 29.02 | 0.86 | 0.42 |
| Hex | C7 | 68 | F | 0 | 30 | 5C | 16 | 1D | 56 | 2A |
| Octal | 307 | 150 | 17 | 0 | 60 | 134 | 26 | 35 | 126 | 52 |
| Binary | 11000111 | 1101000 | 1111 | 0 | 110000 | 1011100 | 10110 | 11101 | 1010110 | 101010 |
Color Harmonies of #C7680F
Complementary color
Monochromatic Colors of #C7680F
Black with #C7680F
Text Example
Text Example
White with #C7680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7680F; }
p { color: rgb(199,104,15); }
H1.HeaderClassName
{
color: #C7680F;
}
.AnyTagClassName
{
color: #C7680F;
}
</style>
background-color css
<style>
a { background-color: #C7680F; }
a { background-color: rgb(199,104,15); }
div.DivClassName
{
background-color: #C7680F;
}
.BgClassName
{
background-color: #C7680F;
}
</style>
border-color css
<style>
span { border-color: #C7680F; }
span { border-color: rgb(199,104,15); }
td.TdClassName
{
border-color: #C7680F;
}
.TagClassName
{
border-color: #C7680F;
}
</style>