Shades of Chocolate #CB6D18
Tints of Chocolate #CB6D18
RGB
CMYK
RGB Variations
Color information
#CB6D18 (or 0xCB6D18) is known color: Chocolate. HEX triplet: CB, 6D and 18. RGB value is (203,109,24). Sum of RGB (Red+Green+Blue) = 203+109+24=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6D18 is #3492E7. Grayscale: #7F7F7F. Windows color (decimal): -3445480 or 1600971. OLE color: 1600971.
HSL color Cylindrical-coordinate representation of color #CB6D18: hue angle of 28.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB6D18 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 24 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.20 |
| HSL | 28.49º | 0.79% | 0.45% | - |
| HSV(B) | 28.49º | 0.88% | 0.8% | - |
| XYZ | 30.26 | 23.7 | 3.84 | - |
| YUV | 127.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 24 | 0 | 0.46 | 0.88 | 0.20 | 28.49 | 0.79 | 0.45 |
| Hex | CB | 6D | 18 | 0 | 2E | 58 | 14 | 1C | 4F | 2D |
| Octal | 313 | 155 | 30 | 0 | 56 | 130 | 24 | 34 | 117 | 55 |
| Binary | 11001011 | 1101101 | 11000 | 0 | 101110 | 1011000 | 10100 | 11100 | 1001111 | 101101 |
Color Harmonies of #CB6D18
Complementary color
Monochromatic Colors of #CB6D18
Black with #CB6D18
Text Example
Text Example
White with #CB6D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D18; }
p { color: rgb(203,109,24); }
H1.HeaderClassName
{
color: #CB6D18;
}
.AnyTagClassName
{
color: #CB6D18;
}
</style>
background-color css
<style>
a { background-color: #CB6D18; }
a { background-color: rgb(203,109,24); }
div.DivClassName
{
background-color: #CB6D18;
}
.BgClassName
{
background-color: #CB6D18;
}
</style>
border-color css
<style>
span { border-color: #CB6D18; }
span { border-color: rgb(203,109,24); }
td.TdClassName
{
border-color: #CB6D18;
}
.TagClassName
{
border-color: #CB6D18;
}
</style>