Shades of Chocolate #CB660D
Tints of Chocolate #CB660D
RGB
CMYK
RGB Variations
Color information
#CB660D (or 0xCB660D) is known color: Chocolate. HEX triplet: CB, 66 and 0D. RGB value is (203,102,13). Sum of RGB (Red+Green+Blue) = 203+102+13=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB660D is #3499F2. Grayscale: #7A7A7A. Windows color (decimal): -3447283 or 878283. OLE color: 878283.
HSL color Cylindrical-coordinate representation of color #CB660D: hue angle of 28.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB660D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.20 |
| HSL | 28.11º | 0.88% | 0.42% | - |
| HSV(B) | 28.11º | 0.94% | 0.8% | - |
| XYZ | 29.45 | 22.23 | 3.12 | - |
| YUV | 122.05 | 66.46 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 13 | 0 | 0.50 | 0.94 | 0.20 | 28.11 | 0.88 | 0.42 |
| Hex | CB | 66 | D | 0 | 32 | 5E | 14 | 1C | 58 | 2A |
| Octal | 313 | 146 | 15 | 0 | 62 | 136 | 24 | 34 | 130 | 52 |
| Binary | 11001011 | 1100110 | 1101 | 0 | 110010 | 1011110 | 10100 | 11100 | 1011000 | 101010 |
Color Harmonies of #CB660D
Complementary color
Monochromatic Colors of #CB660D
Black with #CB660D
Text Example
Text Example
White with #CB660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB660D; }
p { color: rgb(203,102,13); }
H1.HeaderClassName
{
color: #CB660D;
}
.AnyTagClassName
{
color: #CB660D;
}
</style>
background-color css
<style>
a { background-color: #CB660D; }
a { background-color: rgb(203,102,13); }
div.DivClassName
{
background-color: #CB660D;
}
.BgClassName
{
background-color: #CB660D;
}
</style>
border-color css
<style>
span { border-color: #CB660D; }
span { border-color: rgb(203,102,13); }
td.TdClassName
{
border-color: #CB660D;
}
.TagClassName
{
border-color: #CB660D;
}
</style>