Shades of Chocolate #C3680F
Tints of Chocolate #C3680F
RGB
CMYK
RGB Variations
Color information
#C3680F (or 0xC3680F) is known color: Chocolate. HEX triplet: C3, 68 and 0F. RGB value is (195,104,15). Sum of RGB (Red+Green+Blue) = 195+104+15=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C3680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3680F is #3C97F0. Grayscale: #797979. Windows color (decimal): -3971057 or 1009859. OLE color: 1009859.
HSL color Cylindrical-coordinate representation of color #C3680F: hue angle of 29.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3680F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 15 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.24 |
| HSL | 29.67º | 0.86% | 0.41% | - |
| HSV(B) | 29.67º | 0.92% | 0.76% | - |
| XYZ | 27.54 | 21.54 | 3.16 | - |
| YUV | 121.06 | 68.15 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 15 | 0 | 0.47 | 0.92 | 0.24 | 29.67 | 0.86 | 0.41 |
| Hex | C3 | 68 | F | 0 | 2F | 5C | 18 | 1E | 56 | 29 |
| Octal | 303 | 150 | 17 | 0 | 57 | 134 | 30 | 36 | 126 | 51 |
| Binary | 11000011 | 1101000 | 1111 | 0 | 101111 | 1011100 | 11000 | 11110 | 1010110 | 101001 |
Color Harmonies of #C3680F
Complementary color
Monochromatic Colors of #C3680F
Black with #C3680F
Text Example
Text Example
White with #C3680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3680F; }
p { color: rgb(195,104,15); }
H1.HeaderClassName
{
color: #C3680F;
}
.AnyTagClassName
{
color: #C3680F;
}
</style>
background-color css
<style>
a { background-color: #C3680F; }
a { background-color: rgb(195,104,15); }
div.DivClassName
{
background-color: #C3680F;
}
.BgClassName
{
background-color: #C3680F;
}
</style>
border-color css
<style>
span { border-color: #C3680F; }
span { border-color: rgb(195,104,15); }
td.TdClassName
{
border-color: #C3680F;
}
.TagClassName
{
border-color: #C3680F;
}
</style>