Shades of Chocolate #CB6619
Tints of Chocolate #CB6619
RGB
CMYK
RGB Variations
Color information
#CB6619 (or 0xCB6619) is known color: Chocolate. HEX triplet: CB, 66 and 19. RGB value is (203,102,25). Sum of RGB (Red+Green+Blue) = 203+102+25=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6619 is #3499E6. Grayscale: #7B7B7B. Windows color (decimal): -3447271 or 1664715. OLE color: 1664715.
HSL color Cylindrical-coordinate representation of color #CB6619: hue angle of 25.96º 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 #CB6619 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 25 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.20 |
| HSL | 25.96º | 0.78% | 0.45% | - |
| HSV(B) | 25.96º | 0.88% | 0.8% | - |
| XYZ | 29.56 | 22.27 | 3.66 | - |
| YUV | 123.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 25 | 0 | 0.50 | 0.88 | 0.20 | 25.96 | 0.78 | 0.45 |
| Hex | CB | 66 | 19 | 0 | 32 | 58 | 14 | 1A | 4E | 2D |
| Octal | 313 | 146 | 31 | 0 | 62 | 130 | 24 | 32 | 116 | 55 |
| Binary | 11001011 | 1100110 | 11001 | 0 | 110010 | 1011000 | 10100 | 11010 | 1001110 | 101101 |
Color Harmonies of #CB6619
Complementary color
Monochromatic Colors of #CB6619
Black with #CB6619
Text Example
Text Example
White with #CB6619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6619; }
p { color: rgb(203,102,25); }
H1.HeaderClassName
{
color: #CB6619;
}
.AnyTagClassName
{
color: #CB6619;
}
</style>
background-color css
<style>
a { background-color: #CB6619; }
a { background-color: rgb(203,102,25); }
div.DivClassName
{
background-color: #CB6619;
}
.BgClassName
{
background-color: #CB6619;
}
</style>
border-color css
<style>
span { border-color: #CB6619; }
span { border-color: rgb(203,102,25); }
td.TdClassName
{
border-color: #CB6619;
}
.TagClassName
{
border-color: #CB6619;
}
</style>