Shades of Chocolate #C6690E
Tints of Chocolate #C6690E
RGB
CMYK
RGB Variations
Color information
#C6690E (or 0xC6690E) is known color: Chocolate. HEX triplet: C6, 69 and 0E. RGB value is (198,105,14). Sum of RGB (Red+Green+Blue) = 198+105+14=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C6690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6690E is #3996F1. Grayscale: #7A7A7A. Windows color (decimal): -3774194 or 944582. OLE color: 944582.
HSL color Cylindrical-coordinate representation of color #C6690E: hue angle of 29.67º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6690E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.22 |
| HSL | 29.67º | 0.87% | 0.42% | - |
| HSV(B) | 29.67º | 0.93% | 0.78% | - |
| XYZ | 28.42 | 22.14 | 3.19 | - |
| YUV | 122.43 | 66.81 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 14 | 0 | 0.47 | 0.93 | 0.22 | 29.67 | 0.87 | 0.42 |
| Hex | C6 | 69 | E | 0 | 2F | 5D | 16 | 1E | 57 | 2A |
| Octal | 306 | 151 | 16 | 0 | 57 | 135 | 26 | 36 | 127 | 52 |
| Binary | 11000110 | 1101001 | 1110 | 0 | 101111 | 1011101 | 10110 | 11110 | 1010111 | 101010 |
Color Harmonies of #C6690E
Complementary color
Monochromatic Colors of #C6690E
Black with #C6690E
Text Example
Text Example
White with #C6690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6690E; }
p { color: rgb(198,105,14); }
H1.HeaderClassName
{
color: #C6690E;
}
.AnyTagClassName
{
color: #C6690E;
}
</style>
background-color css
<style>
a { background-color: #C6690E; }
a { background-color: rgb(198,105,14); }
div.DivClassName
{
background-color: #C6690E;
}
.BgClassName
{
background-color: #C6690E;
}
</style>
border-color css
<style>
span { border-color: #C6690E; }
span { border-color: rgb(198,105,14); }
td.TdClassName
{
border-color: #C6690E;
}
.TagClassName
{
border-color: #C6690E;
}
</style>