Shades of Chocolate #C8690D
Tints of Chocolate #C8690D
RGB
CMYK
RGB Variations
Color information
#C8690D (or 0xC8690D) is known color: Chocolate. HEX triplet: C8, 69 and 0D. RGB value is (200,105,13). Sum of RGB (Red+Green+Blue) = 200+105+13=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C8690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8690D is #3796F2. Grayscale: #7B7B7B. Windows color (decimal): -3643123 or 879048. OLE color: 879048.
HSL color Cylindrical-coordinate representation of color #C8690D: hue angle of 29.52º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8690D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.22 |
| HSL | 29.52º | 0.88% | 0.42% | - |
| HSV(B) | 29.52º | 0.94% | 0.78% | - |
| XYZ | 28.94 | 22.41 | 3.18 | - |
| YUV | 122.92 | 65.97 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 13 | 0 | 0.48 | 0.94 | 0.22 | 29.52 | 0.88 | 0.42 |
| Hex | C8 | 69 | D | 0 | 30 | 5E | 16 | 1E | 58 | 2A |
| Octal | 310 | 151 | 15 | 0 | 60 | 136 | 26 | 36 | 130 | 52 |
| Binary | 11001000 | 1101001 | 1101 | 0 | 110000 | 1011110 | 10110 | 11110 | 1011000 | 101010 |
Color Harmonies of #C8690D
Complementary color
Monochromatic Colors of #C8690D
Black with #C8690D
Text Example
Text Example
White with #C8690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8690D; }
p { color: rgb(200,105,13); }
H1.HeaderClassName
{
color: #C8690D;
}
.AnyTagClassName
{
color: #C8690D;
}
</style>
background-color css
<style>
a { background-color: #C8690D; }
a { background-color: rgb(200,105,13); }
div.DivClassName
{
background-color: #C8690D;
}
.BgClassName
{
background-color: #C8690D;
}
</style>
border-color css
<style>
span { border-color: #C8690D; }
span { border-color: rgb(200,105,13); }
td.TdClassName
{
border-color: #C8690D;
}
.TagClassName
{
border-color: #C8690D;
}
</style>