Shades of Chocolate #CE690A
Tints of Chocolate #CE690A
RGB
CMYK
RGB Variations
Color information
#CE690A (or 0xCE690A) is known color: Chocolate. HEX triplet: CE, 69 and 0A. RGB value is (206,105,10). Sum of RGB (Red+Green+Blue) = 206+105+10=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE690A is #3196F5. Grayscale: #7C7C7C. Windows color (decimal): -3249910 or 682446. OLE color: 682446.
HSL color Cylindrical-coordinate representation of color #CE690A: hue angle of 29.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE690A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 10 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.19 |
| HSL | 29.08º | 0.91% | 0.42% | - |
| HSV(B) | 29.08º | 0.95% | 0.81% | - |
| XYZ | 30.56 | 23.25 | 3.16 | - |
| YUV | 124.37 | 63.46 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 10 | 0 | 0.49 | 0.95 | 0.19 | 29.08 | 0.91 | 0.42 |
| Hex | CE | 69 | A | 0 | 31 | 5F | 13 | 1D | 5B | 2A |
| Octal | 316 | 151 | 12 | 0 | 61 | 137 | 23 | 35 | 133 | 52 |
| Binary | 11001110 | 1101001 | 1010 | 0 | 110001 | 1011111 | 10011 | 11101 | 1011011 | 101010 |
Color Harmonies of #CE690A
Complementary color
Monochromatic Colors of #CE690A
Black with #CE690A
Text Example
Text Example
White with #CE690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE690A; }
p { color: rgb(206,105,10); }
H1.HeaderClassName
{
color: #CE690A;
}
.AnyTagClassName
{
color: #CE690A;
}
</style>
background-color css
<style>
a { background-color: #CE690A; }
a { background-color: rgb(206,105,10); }
div.DivClassName
{
background-color: #CE690A;
}
.BgClassName
{
background-color: #CE690A;
}
</style>
border-color css
<style>
span { border-color: #CE690A; }
span { border-color: rgb(206,105,10); }
td.TdClassName
{
border-color: #CE690A;
}
.TagClassName
{
border-color: #CE690A;
}
</style>