Shades of Chocolate #CE6714
Tints of Chocolate #CE6714
RGB
CMYK
RGB Variations
Color information
#CE6714 (or 0xCE6714) is known color: Chocolate. HEX triplet: CE, 67 and 14. RGB value is (206,103,20). Sum of RGB (Red+Green+Blue) = 206+103+20=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6714 is #3198EB. Grayscale: #7C7C7C. Windows color (decimal): -3250412 or 1337294. OLE color: 1337294.
HSL color Cylindrical-coordinate representation of color #CE6714: hue angle of 26.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE6714 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 20 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.19 |
| HSL | 26.77º | 0.82% | 0.44% | - |
| HSV(B) | 26.77º | 0.9% | 0.81% | - |
| XYZ | 30.43 | 22.87 | 3.47 | - |
| YUV | 124.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 20 | 0 | 0.50 | 0.90 | 0.19 | 26.77 | 0.82 | 0.44 |
| Hex | CE | 67 | 14 | 0 | 32 | 5A | 13 | 1B | 52 | 2C |
| Octal | 316 | 147 | 24 | 0 | 62 | 132 | 23 | 33 | 122 | 54 |
| Binary | 11001110 | 1100111 | 10100 | 0 | 110010 | 1011010 | 10011 | 11011 | 1010010 | 101100 |
Color Harmonies of #CE6714
Complementary color
Monochromatic Colors of #CE6714
Black with #CE6714
Text Example
Text Example
White with #CE6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6714; }
p { color: rgb(206,103,20); }
H1.HeaderClassName
{
color: #CE6714;
}
.AnyTagClassName
{
color: #CE6714;
}
</style>
background-color css
<style>
a { background-color: #CE6714; }
a { background-color: rgb(206,103,20); }
div.DivClassName
{
background-color: #CE6714;
}
.BgClassName
{
background-color: #CE6714;
}
</style>
border-color css
<style>
span { border-color: #CE6714; }
span { border-color: rgb(206,103,20); }
td.TdClassName
{
border-color: #CE6714;
}
.TagClassName
{
border-color: #CE6714;
}
</style>