Shades of Chocolate #CC691D
Tints of Chocolate #CC691D
RGB
CMYK
RGB Variations
Color information
#CC691D (or 0xCC691D) is known color: Chocolate. HEX triplet: CC, 69 and 1D. RGB value is (204,105,29). Sum of RGB (Red+Green+Blue) = 204+105+29=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC691D is #3396E2. Grayscale: #7E7E7E. Windows color (decimal): -3380963 or 1927628. OLE color: 1927628.
HSL color Cylindrical-coordinate representation of color #CC691D: hue angle of 26.06º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC691D is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 29 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.2 |
| HSL | 26.06º | 0.75% | 0.46% | - |
| HSV(B) | 26.06º | 0.86% | 0.8% | - |
| XYZ | 30.18 | 23.03 | 4.02 | - |
| YUV | 125.94 | 73.3 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 29 | 0 | 0.49 | 0.86 | 0.2 | 26.06 | 0.75 | 0.46 |
| Hex | CC | 69 | 1D | 0 | 31 | 56 | 14 | 1A | 4B | 2E |
| Octal | 314 | 151 | 35 | 0 | 61 | 126 | 24 | 32 | 113 | 56 |
| Binary | 11001100 | 1101001 | 11101 | 0 | 110001 | 1010110 | 10100 | 11010 | 1001011 | 101110 |
Color Harmonies of #CC691D
Complementary color
Monochromatic Colors of #CC691D
Black with #CC691D
Text Example
Text Example
White with #CC691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC691D; }
p { color: rgb(204,105,29); }
H1.HeaderClassName
{
color: #CC691D;
}
.AnyTagClassName
{
color: #CC691D;
}
</style>
background-color css
<style>
a { background-color: #CC691D; }
a { background-color: rgb(204,105,29); }
div.DivClassName
{
background-color: #CC691D;
}
.BgClassName
{
background-color: #CC691D;
}
</style>
border-color css
<style>
span { border-color: #CC691D; }
span { border-color: rgb(204,105,29); }
td.TdClassName
{
border-color: #CC691D;
}
.TagClassName
{
border-color: #CC691D;
}
</style>