Shades of Chocolate #CE6713
Tints of Chocolate #CE6713
RGB
CMYK
RGB Variations
Color information
#CE6713 (or 0xCE6713) is known color: Chocolate. HEX triplet: CE, 67 and 13. RGB value is (206,103,19). Sum of RGB (Red+Green+Blue) = 206+103+19=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6713 is #3198EC. Grayscale: #7C7C7C. Windows color (decimal): -3250413 or 1271758. OLE color: 1271758.
HSL color Cylindrical-coordinate representation of color #CE6713: hue angle of 26.95º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE6713 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 19 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.19 |
| HSL | 26.95º | 0.83% | 0.44% | - |
| HSV(B) | 26.95º | 0.91% | 0.81% | - |
| XYZ | 30.42 | 22.87 | 3.43 | - |
| YUV | 124.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 19 | 0 | 0.50 | 0.91 | 0.19 | 26.95 | 0.83 | 0.44 |
| Hex | CE | 67 | 13 | 0 | 32 | 5B | 13 | 1B | 53 | 2C |
| Octal | 316 | 147 | 23 | 0 | 62 | 133 | 23 | 33 | 123 | 54 |
| Binary | 11001110 | 1100111 | 10011 | 0 | 110010 | 1011011 | 10011 | 11011 | 1010011 | 101100 |
Color Harmonies of #CE6713
Complementary color
Monochromatic Colors of #CE6713
Black with #CE6713
Text Example
Text Example
White with #CE6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6713; }
p { color: rgb(206,103,19); }
H1.HeaderClassName
{
color: #CE6713;
}
.AnyTagClassName
{
color: #CE6713;
}
</style>
background-color css
<style>
a { background-color: #CE6713; }
a { background-color: rgb(206,103,19); }
div.DivClassName
{
background-color: #CE6713;
}
.BgClassName
{
background-color: #CE6713;
}
</style>
border-color css
<style>
span { border-color: #CE6713; }
span { border-color: rgb(206,103,19); }
td.TdClassName
{
border-color: #CE6713;
}
.TagClassName
{
border-color: #CE6713;
}
</style>