Shades of Chocolate #CC690D
Tints of Chocolate #CC690D
RGB
CMYK
RGB Variations
Color information
#CC690D (or 0xCC690D) is known color: Chocolate. HEX triplet: CC, 69 and 0D. RGB value is (204,105,13). Sum of RGB (Red+Green+Blue) = 204+105+13=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC690D is #3396F2. Grayscale: #7C7C7C. Windows color (decimal): -3380979 or 879052. OLE color: 879052.
HSL color Cylindrical-coordinate representation of color #CC690D: hue angle of 28.9º 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 #CC690D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 13 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.2 |
| HSL | 28.9º | 0.88% | 0.43% | - |
| HSV(B) | 28.9º | 0.94% | 0.8% | - |
| XYZ | 30.03 | 22.97 | 3.23 | - |
| YUV | 124.11 | 65.3 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 13 | 0 | 0.49 | 0.94 | 0.2 | 28.9 | 0.88 | 0.43 |
| Hex | CC | 69 | D | 0 | 31 | 5E | 14 | 1D | 58 | 2B |
| Octal | 314 | 151 | 15 | 0 | 61 | 136 | 24 | 35 | 130 | 53 |
| Binary | 11001100 | 1101001 | 1101 | 0 | 110001 | 1011110 | 10100 | 11101 | 1011000 | 101011 |
Color Harmonies of #CC690D
Complementary color
Monochromatic Colors of #CC690D
Black with #CC690D
Text Example
Text Example
White with #CC690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC690D; }
p { color: rgb(204,105,13); }
H1.HeaderClassName
{
color: #CC690D;
}
.AnyTagClassName
{
color: #CC690D;
}
</style>
background-color css
<style>
a { background-color: #CC690D; }
a { background-color: rgb(204,105,13); }
div.DivClassName
{
background-color: #CC690D;
}
.BgClassName
{
background-color: #CC690D;
}
</style>
border-color css
<style>
span { border-color: #CC690D; }
span { border-color: rgb(204,105,13); }
td.TdClassName
{
border-color: #CC690D;
}
.TagClassName
{
border-color: #CC690D;
}
</style>