Shades of Chocolate #CB6B19
Tints of Chocolate #CB6B19
RGB
CMYK
RGB Variations
Color information
#CB6B19 (or 0xCB6B19) is known color: Chocolate. HEX triplet: CB, 6B and 19. RGB value is (203,107,25). Sum of RGB (Red+Green+Blue) = 203+107+25=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6B19 is #3494E6. Grayscale: #7E7E7E. Windows color (decimal): -3445991 or 1665995. OLE color: 1665995.
HSL color Cylindrical-coordinate representation of color #CB6B19: hue angle of 27.64º 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 #CB6B19 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 25 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.20 |
| HSL | 27.64º | 0.78% | 0.45% | - |
| HSV(B) | 27.64º | 0.88% | 0.8% | - |
| XYZ | 30.06 | 23.28 | 3.83 | - |
| YUV | 126.36 | 70.8 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 25 | 0 | 0.47 | 0.88 | 0.20 | 27.64 | 0.78 | 0.45 |
| Hex | CB | 6B | 19 | 0 | 2F | 58 | 14 | 1C | 4E | 2D |
| Octal | 313 | 153 | 31 | 0 | 57 | 130 | 24 | 34 | 116 | 55 |
| Binary | 11001011 | 1101011 | 11001 | 0 | 101111 | 1011000 | 10100 | 11100 | 1001110 | 101101 |
Color Harmonies of #CB6B19
Complementary color
Monochromatic Colors of #CB6B19
Black with #CB6B19
Text Example
Text Example
White with #CB6B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6B19; }
p { color: rgb(203,107,25); }
H1.HeaderClassName
{
color: #CB6B19;
}
.AnyTagClassName
{
color: #CB6B19;
}
</style>
background-color css
<style>
a { background-color: #CB6B19; }
a { background-color: rgb(203,107,25); }
div.DivClassName
{
background-color: #CB6B19;
}
.BgClassName
{
background-color: #CB6B19;
}
</style>
border-color css
<style>
span { border-color: #CB6B19; }
span { border-color: rgb(203,107,25); }
td.TdClassName
{
border-color: #CB6B19;
}
.TagClassName
{
border-color: #CB6B19;
}
</style>