Shades of Chocolate #CB6D19
Tints of Chocolate #CB6D19
RGB
CMYK
RGB Variations
Color information
#CB6D19 (or 0xCB6D19) is known color: Chocolate. HEX triplet: CB, 6D and 19. RGB value is (203,109,25). Sum of RGB (Red+Green+Blue) = 203+109+25=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6D19 is #3492E6. Grayscale: #7F7F7F. Windows color (decimal): -3445479 or 1666507. OLE color: 1666507.
HSL color Cylindrical-coordinate representation of color #CB6D19: hue angle of 28.31º degrees, saturation: 0.78, 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 #CB6D19 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 25 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.20 |
| HSL | 28.31º | 0.78% | 0.45% | - |
| HSV(B) | 28.31º | 0.88% | 0.8% | - |
| XYZ | 30.27 | 23.7 | 3.9 | - |
| YUV | 127.53 | 70.14 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 25 | 0 | 0.46 | 0.88 | 0.20 | 28.31 | 0.78 | 0.45 |
| Hex | CB | 6D | 19 | 0 | 2E | 58 | 14 | 1C | 4E | 2D |
| Octal | 313 | 155 | 31 | 0 | 56 | 130 | 24 | 34 | 116 | 55 |
| Binary | 11001011 | 1101101 | 11001 | 0 | 101110 | 1011000 | 10100 | 11100 | 1001110 | 101101 |
Color Harmonies of #CB6D19
Complementary color
Monochromatic Colors of #CB6D19
Black with #CB6D19
Text Example
Text Example
White with #CB6D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D19; }
p { color: rgb(203,109,25); }
H1.HeaderClassName
{
color: #CB6D19;
}
.AnyTagClassName
{
color: #CB6D19;
}
</style>
background-color css
<style>
a { background-color: #CB6D19; }
a { background-color: rgb(203,109,25); }
div.DivClassName
{
background-color: #CB6D19;
}
.BgClassName
{
background-color: #CB6D19;
}
</style>
border-color css
<style>
span { border-color: #CB6D19; }
span { border-color: rgb(203,109,25); }
td.TdClassName
{
border-color: #CB6D19;
}
.TagClassName
{
border-color: #CB6D19;
}
</style>