Shades of Chocolate #CB6E1A
Tints of Chocolate #CB6E1A
RGB
CMYK
RGB Variations
Color information
#CB6E1A (or 0xCB6E1A) is known color: Chocolate. HEX triplet: CB, 6E and 1A. RGB value is (203,110,26). Sum of RGB (Red+Green+Blue) = 203+110+26=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E1A is #3491E5. Grayscale: #808080. Windows color (decimal): -3445222 or 1732299. OLE color: 1732299.
HSL color Cylindrical-coordinate representation of color #CB6E1A: hue angle of 28.47º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB6E1A is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 26 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.20 |
| HSL | 28.47º | 0.77% | 0.45% | - |
| HSV(B) | 28.47º | 0.87% | 0.8% | - |
| XYZ | 30.39 | 23.92 | 3.99 | - |
| YUV | 128.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 26 | 0 | 0.46 | 0.87 | 0.20 | 28.47 | 0.77 | 0.45 |
| Hex | CB | 6E | 1A | 0 | 2E | 57 | 14 | 1C | 4D | 2D |
| Octal | 313 | 156 | 32 | 0 | 56 | 127 | 24 | 34 | 115 | 55 |
| Binary | 11001011 | 1101110 | 11010 | 0 | 101110 | 1010111 | 10100 | 11100 | 1001101 | 101101 |
Color Harmonies of #CB6E1A
Complementary color
Monochromatic Colors of #CB6E1A
Black with #CB6E1A
Text Example
Text Example
White with #CB6E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E1A; }
p { color: rgb(203,110,26); }
H1.HeaderClassName
{
color: #CB6E1A;
}
.AnyTagClassName
{
color: #CB6E1A;
}
</style>
background-color css
<style>
a { background-color: #CB6E1A; }
a { background-color: rgb(203,110,26); }
div.DivClassName
{
background-color: #CB6E1A;
}
.BgClassName
{
background-color: #CB6E1A;
}
</style>
border-color css
<style>
span { border-color: #CB6E1A; }
span { border-color: rgb(203,110,26); }
td.TdClassName
{
border-color: #CB6E1A;
}
.TagClassName
{
border-color: #CB6E1A;
}
</style>