Shades of Chocolate #C6690D
Tints of Chocolate #C6690D
RGB
CMYK
RGB Variations
Color information
#C6690D (or 0xC6690D) is known color: Chocolate. HEX triplet: C6, 69 and 0D. RGB value is (198,105,13). Sum of RGB (Red+Green+Blue) = 198+105+13=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C6690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6690D is #3996F2. Grayscale: #7A7A7A. Windows color (decimal): -3774195 or 879046. OLE color: 879046.
HSL color Cylindrical-coordinate representation of color #C6690D: hue angle of 29.84º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6690D is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 13 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.22 |
| HSL | 29.84º | 0.88% | 0.41% | - |
| HSV(B) | 29.84º | 0.93% | 0.78% | - |
| XYZ | 28.41 | 22.14 | 3.16 | - |
| YUV | 122.32 | 66.31 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 13 | 0 | 0.47 | 0.93 | 0.22 | 29.84 | 0.88 | 0.41 |
| Hex | C6 | 69 | D | 0 | 2F | 5D | 16 | 1E | 58 | 29 |
| Octal | 306 | 151 | 15 | 0 | 57 | 135 | 26 | 36 | 130 | 51 |
| Binary | 11000110 | 1101001 | 1101 | 0 | 101111 | 1011101 | 10110 | 11110 | 1011000 | 101001 |
Color Harmonies of #C6690D
Complementary color
Monochromatic Colors of #C6690D
Black with #C6690D
Text Example
Text Example
White with #C6690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6690D; }
p { color: rgb(198,105,13); }
H1.HeaderClassName
{
color: #C6690D;
}
.AnyTagClassName
{
color: #C6690D;
}
</style>
background-color css
<style>
a { background-color: #C6690D; }
a { background-color: rgb(198,105,13); }
div.DivClassName
{
background-color: #C6690D;
}
.BgClassName
{
background-color: #C6690D;
}
</style>
border-color css
<style>
span { border-color: #C6690D; }
span { border-color: rgb(198,105,13); }
td.TdClassName
{
border-color: #C6690D;
}
.TagClassName
{
border-color: #C6690D;
}
</style>