Shades of Chocolate #CB680E
Tints of Chocolate #CB680E
RGB
CMYK
RGB Variations
Color information
#CB680E (or 0xCB680E) is known color: Chocolate. HEX triplet: CB, 68 and 0E. RGB value is (203,104,14). Sum of RGB (Red+Green+Blue) = 203+104+14=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB680E is #3497F1. Grayscale: #7B7B7B. Windows color (decimal): -3446770 or 944331. OLE color: 944331.
HSL color Cylindrical-coordinate representation of color #CB680E: hue angle of 28.57º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB680E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.20 |
| HSL | 28.57º | 0.87% | 0.43% | - |
| HSV(B) | 28.57º | 0.93% | 0.8% | - |
| XYZ | 29.66 | 22.63 | 3.22 | - |
| YUV | 123.34 | 66.3 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 14 | 0 | 0.49 | 0.93 | 0.20 | 28.57 | 0.87 | 0.43 |
| Hex | CB | 68 | E | 0 | 31 | 5D | 14 | 1D | 57 | 2B |
| Octal | 313 | 150 | 16 | 0 | 61 | 135 | 24 | 35 | 127 | 53 |
| Binary | 11001011 | 1101000 | 1110 | 0 | 110001 | 1011101 | 10100 | 11101 | 1010111 | 101011 |
Color Harmonies of #CB680E
Complementary color
Monochromatic Colors of #CB680E
Black with #CB680E
Text Example
Text Example
White with #CB680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB680E; }
p { color: rgb(203,104,14); }
H1.HeaderClassName
{
color: #CB680E;
}
.AnyTagClassName
{
color: #CB680E;
}
</style>
background-color css
<style>
a { background-color: #CB680E; }
a { background-color: rgb(203,104,14); }
div.DivClassName
{
background-color: #CB680E;
}
.BgClassName
{
background-color: #CB680E;
}
</style>
border-color css
<style>
span { border-color: #CB680E; }
span { border-color: rgb(203,104,14); }
td.TdClassName
{
border-color: #CB680E;
}
.TagClassName
{
border-color: #CB680E;
}
</style>