Shades of Chocolate #CC691F
Tints of Chocolate #CC691F
RGB
CMYK
RGB Variations
Color information
#CC691F (or 0xCC691F) is known color: Chocolate. HEX triplet: CC, 69 and 1F. RGB value is (204,105,31). Sum of RGB (Red+Green+Blue) = 204+105+31=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC691F is #3396E0. Grayscale: #7E7E7E. Windows color (decimal): -3380961 or 2058700. OLE color: 2058700.
HSL color Cylindrical-coordinate representation of color #CC691F: hue angle of 25.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC691F is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 31 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.2 |
| HSL | 25.66º | 0.74% | 0.46% | - |
| HSV(B) | 25.66º | 0.85% | 0.8% | - |
| XYZ | 30.2 | 23.04 | 4.15 | - |
| YUV | 126.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 31 | 0 | 0.49 | 0.85 | 0.2 | 25.66 | 0.74 | 0.46 |
| Hex | CC | 69 | 1F | 0 | 31 | 55 | 14 | 1A | 4A | 2E |
| Octal | 314 | 151 | 37 | 0 | 61 | 125 | 24 | 32 | 112 | 56 |
| Binary | 11001100 | 1101001 | 11111 | 0 | 110001 | 1010101 | 10100 | 11010 | 1001010 | 101110 |
Color Harmonies of #CC691F
Complementary color
Monochromatic Colors of #CC691F
Black with #CC691F
Text Example
Text Example
White with #CC691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC691F; }
p { color: rgb(204,105,31); }
H1.HeaderClassName
{
color: #CC691F;
}
.AnyTagClassName
{
color: #CC691F;
}
</style>
background-color css
<style>
a { background-color: #CC691F; }
a { background-color: rgb(204,105,31); }
div.DivClassName
{
background-color: #CC691F;
}
.BgClassName
{
background-color: #CC691F;
}
</style>
border-color css
<style>
span { border-color: #CC691F; }
span { border-color: rgb(204,105,31); }
td.TdClassName
{
border-color: #CC691F;
}
.TagClassName
{
border-color: #CC691F;
}
</style>