Shades of Chocolate #CE690B
Tints of Chocolate #CE690B
RGB
CMYK
RGB Variations
Color information
#CE690B (or 0xCE690B) is known color: Chocolate. HEX triplet: CE, 69 and 0B. RGB value is (206,105,11). Sum of RGB (Red+Green+Blue) = 206+105+11=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE690B is #3196F4. Grayscale: #7C7C7C. Windows color (decimal): -3249909 or 747982. OLE color: 747982.
HSL color Cylindrical-coordinate representation of color #CE690B: hue angle of 28.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE690B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 11 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.19 |
| HSL | 28.92º | 0.9% | 0.43% | - |
| HSV(B) | 28.92º | 0.95% | 0.81% | - |
| XYZ | 30.57 | 23.25 | 3.19 | - |
| YUV | 124.48 | 63.96 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 11 | 0 | 0.49 | 0.95 | 0.19 | 28.92 | 0.9 | 0.43 |
| Hex | CE | 69 | B | 0 | 31 | 5F | 13 | 1D | 5A | 2B |
| Octal | 316 | 151 | 13 | 0 | 61 | 137 | 23 | 35 | 132 | 53 |
| Binary | 11001110 | 1101001 | 1011 | 0 | 110001 | 1011111 | 10011 | 11101 | 1011010 | 101011 |
Color Harmonies of #CE690B
Complementary color
Monochromatic Colors of #CE690B
Black with #CE690B
Text Example
Text Example
White with #CE690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE690B; }
p { color: rgb(206,105,11); }
H1.HeaderClassName
{
color: #CE690B;
}
.AnyTagClassName
{
color: #CE690B;
}
</style>
background-color css
<style>
a { background-color: #CE690B; }
a { background-color: rgb(206,105,11); }
div.DivClassName
{
background-color: #CE690B;
}
.BgClassName
{
background-color: #CE690B;
}
</style>
border-color css
<style>
span { border-color: #CE690B; }
span { border-color: rgb(206,105,11); }
td.TdClassName
{
border-color: #CE690B;
}
.TagClassName
{
border-color: #CE690B;
}
</style>