Shades of Chocolate #CE671B
Tints of Chocolate #CE671B
RGB
CMYK
RGB Variations
Color information
#CE671B (or 0xCE671B) is known color: Chocolate. HEX triplet: CE, 67 and 1B. RGB value is (206,103,27). Sum of RGB (Red+Green+Blue) = 206+103+27=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE671B is #3198E4. Grayscale: #7D7D7D. Windows color (decimal): -3250405 or 1796046. OLE color: 1796046.
HSL color Cylindrical-coordinate representation of color #CE671B: hue angle of 25.47º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE671B is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 27 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.19 |
| HSL | 25.47º | 0.77% | 0.46% | - |
| HSV(B) | 25.47º | 0.87% | 0.81% | - |
| XYZ | 30.5 | 22.9 | 3.85 | - |
| YUV | 125.13 | 72.62 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 27 | 0 | 0.50 | 0.87 | 0.19 | 25.47 | 0.77 | 0.46 |
| Hex | CE | 67 | 1B | 0 | 32 | 57 | 13 | 19 | 4D | 2E |
| Octal | 316 | 147 | 33 | 0 | 62 | 127 | 23 | 31 | 115 | 56 |
| Binary | 11001110 | 1100111 | 11011 | 0 | 110010 | 1010111 | 10011 | 11001 | 1001101 | 101110 |
Color Harmonies of #CE671B
Complementary color
Monochromatic Colors of #CE671B
Black with #CE671B
Text Example
Text Example
White with #CE671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE671B; }
p { color: rgb(206,103,27); }
H1.HeaderClassName
{
color: #CE671B;
}
.AnyTagClassName
{
color: #CE671B;
}
</style>
background-color css
<style>
a { background-color: #CE671B; }
a { background-color: rgb(206,103,27); }
div.DivClassName
{
background-color: #CE671B;
}
.BgClassName
{
background-color: #CE671B;
}
</style>
border-color css
<style>
span { border-color: #CE671B; }
span { border-color: rgb(206,103,27); }
td.TdClassName
{
border-color: #CE671B;
}
.TagClassName
{
border-color: #CE671B;
}
</style>