Shades of Chocolate #CC690F
Tints of Chocolate #CC690F
RGB
CMYK
RGB Variations
Color information
#CC690F (or 0xCC690F) is known color: Chocolate. HEX triplet: CC, 69 and 0F. RGB value is (204,105,15). Sum of RGB (Red+Green+Blue) = 204+105+15=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC690F is #3396F0. Grayscale: #7C7C7C. Windows color (decimal): -3380977 or 1010124. OLE color: 1010124.
HSL color Cylindrical-coordinate representation of color #CC690F: hue angle of 28.57º degrees, saturation: 0.86, 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 #CC690F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.2 |
| HSL | 28.57º | 0.86% | 0.43% | - |
| HSV(B) | 28.57º | 0.93% | 0.8% | - |
| XYZ | 30.04 | 22.98 | 3.3 | - |
| YUV | 124.34 | 66.3 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 15 | 0 | 0.49 | 0.93 | 0.2 | 28.57 | 0.86 | 0.43 |
| Hex | CC | 69 | F | 0 | 31 | 5D | 14 | 1D | 56 | 2B |
| Octal | 314 | 151 | 17 | 0 | 61 | 135 | 24 | 35 | 126 | 53 |
| Binary | 11001100 | 1101001 | 1111 | 0 | 110001 | 1011101 | 10100 | 11101 | 1010110 | 101011 |
Color Harmonies of #CC690F
Complementary color
Monochromatic Colors of #CC690F
Black with #CC690F
Text Example
Text Example
White with #CC690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC690F; }
p { color: rgb(204,105,15); }
H1.HeaderClassName
{
color: #CC690F;
}
.AnyTagClassName
{
color: #CC690F;
}
</style>
background-color css
<style>
a { background-color: #CC690F; }
a { background-color: rgb(204,105,15); }
div.DivClassName
{
background-color: #CC690F;
}
.BgClassName
{
background-color: #CC690F;
}
</style>
border-color css
<style>
span { border-color: #CC690F; }
span { border-color: rgb(204,105,15); }
td.TdClassName
{
border-color: #CC690F;
}
.TagClassName
{
border-color: #CC690F;
}
</style>