Shades of Chocolate #CC6B0D
Tints of Chocolate #CC6B0D
RGB
CMYK
RGB Variations
Color information
#CC6B0D (or 0xCC6B0D) is known color: Chocolate. HEX triplet: CC, 6B and 0D. RGB value is (204,107,13). Sum of RGB (Red+Green+Blue) = 204+107+13=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6B0D is #3394F2. Grayscale: #7D7D7D. Windows color (decimal): -3380467 or 879564. OLE color: 879564.
HSL color Cylindrical-coordinate representation of color #CC6B0D: hue angle of 29.53º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC6B0D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.2 |
| HSL | 29.53º | 0.88% | 0.43% | - |
| HSV(B) | 29.53º | 0.94% | 0.8% | - |
| XYZ | 30.23 | 23.38 | 3.3 | - |
| YUV | 125.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 13 | 0 | 0.48 | 0.94 | 0.2 | 29.53 | 0.88 | 0.43 |
| Hex | CC | 6B | D | 0 | 30 | 5E | 14 | 1E | 58 | 2B |
| Octal | 314 | 153 | 15 | 0 | 60 | 136 | 24 | 36 | 130 | 53 |
| Binary | 11001100 | 1101011 | 1101 | 0 | 110000 | 1011110 | 10100 | 11110 | 1011000 | 101011 |
Color Harmonies of #CC6B0D
Complementary color
Monochromatic Colors of #CC6B0D
Black with #CC6B0D
Text Example
Text Example
White with #CC6B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B0D; }
p { color: rgb(204,107,13); }
H1.HeaderClassName
{
color: #CC6B0D;
}
.AnyTagClassName
{
color: #CC6B0D;
}
</style>
background-color css
<style>
a { background-color: #CC6B0D; }
a { background-color: rgb(204,107,13); }
div.DivClassName
{
background-color: #CC6B0D;
}
.BgClassName
{
background-color: #CC6B0D;
}
</style>
border-color css
<style>
span { border-color: #CC6B0D; }
span { border-color: rgb(204,107,13); }
td.TdClassName
{
border-color: #CC6B0D;
}
.TagClassName
{
border-color: #CC6B0D;
}
</style>