Shades of Chocolate #CC690E
Tints of Chocolate #CC690E
RGB
CMYK
RGB Variations
Color information
#CC690E (or 0xCC690E) is known color: Chocolate. HEX triplet: CC, 69 and 0E. RGB value is (204,105,14). Sum of RGB (Red+Green+Blue) = 204+105+14=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC690E is #3396F1. Grayscale: #7C7C7C. Windows color (decimal): -3380978 or 944588. OLE color: 944588.
HSL color Cylindrical-coordinate representation of color #CC690E: hue angle of 28.74º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC690E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.2 |
| HSL | 28.74º | 0.87% | 0.43% | - |
| HSV(B) | 28.74º | 0.93% | 0.8% | - |
| XYZ | 30.03 | 22.97 | 3.27 | - |
| YUV | 124.23 | 65.8 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 14 | 0 | 0.49 | 0.93 | 0.2 | 28.74 | 0.87 | 0.43 |
| Hex | CC | 69 | E | 0 | 31 | 5D | 14 | 1D | 57 | 2B |
| Octal | 314 | 151 | 16 | 0 | 61 | 135 | 24 | 35 | 127 | 53 |
| Binary | 11001100 | 1101001 | 1110 | 0 | 110001 | 1011101 | 10100 | 11101 | 1010111 | 101011 |
Color Harmonies of #CC690E
Complementary color
Monochromatic Colors of #CC690E
Black with #CC690E
Text Example
Text Example
White with #CC690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC690E; }
p { color: rgb(204,105,14); }
H1.HeaderClassName
{
color: #CC690E;
}
.AnyTagClassName
{
color: #CC690E;
}
</style>
background-color css
<style>
a { background-color: #CC690E; }
a { background-color: rgb(204,105,14); }
div.DivClassName
{
background-color: #CC690E;
}
.BgClassName
{
background-color: #CC690E;
}
</style>
border-color css
<style>
span { border-color: #CC690E; }
span { border-color: rgb(204,105,14); }
td.TdClassName
{
border-color: #CC690E;
}
.TagClassName
{
border-color: #CC690E;
}
</style>