Shades of Chocolate #CC691C
Tints of Chocolate #CC691C
RGB
CMYK
RGB Variations
Color information
#CC691C (or 0xCC691C) is known color: Chocolate. HEX triplet: CC, 69 and 1C. RGB value is (204,105,28). Sum of RGB (Red+Green+Blue) = 204+105+28=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC691C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC691C is #3396E3. Grayscale: #7E7E7E. Windows color (decimal): -3380964 or 1862092. OLE color: 1862092.
HSL color Cylindrical-coordinate representation of color #CC691C: hue angle of 26.25º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC691C is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 28 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.2 |
| HSL | 26.25º | 0.76% | 0.45% | - |
| HSV(B) | 26.25º | 0.86% | 0.8% | - |
| XYZ | 30.16 | 23.02 | 3.95 | - |
| YUV | 125.82 | 72.8 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 28 | 0 | 0.49 | 0.86 | 0.2 | 26.25 | 0.76 | 0.45 |
| Hex | CC | 69 | 1C | 0 | 31 | 56 | 14 | 1A | 4C | 2D |
| Octal | 314 | 151 | 34 | 0 | 61 | 126 | 24 | 32 | 114 | 55 |
| Binary | 11001100 | 1101001 | 11100 | 0 | 110001 | 1010110 | 10100 | 11010 | 1001100 | 101101 |
Color Harmonies of #CC691C
Complementary color
Monochromatic Colors of #CC691C
Black with #CC691C
Text Example
Text Example
White with #CC691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC691C; }
p { color: rgb(204,105,28); }
H1.HeaderClassName
{
color: #CC691C;
}
.AnyTagClassName
{
color: #CC691C;
}
</style>
background-color css
<style>
a { background-color: #CC691C; }
a { background-color: rgb(204,105,28); }
div.DivClassName
{
background-color: #CC691C;
}
.BgClassName
{
background-color: #CC691C;
}
</style>
border-color css
<style>
span { border-color: #CC691C; }
span { border-color: rgb(204,105,28); }
td.TdClassName
{
border-color: #CC691C;
}
.TagClassName
{
border-color: #CC691C;
}
</style>