Shades of Chocolate #CC691B
Tints of Chocolate #CC691B
RGB
CMYK
RGB Variations
Color information
#CC691B (or 0xCC691B) is known color: Chocolate. HEX triplet: CC, 69 and 1B. RGB value is (204,105,27). Sum of RGB (Red+Green+Blue) = 204+105+27=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC691B is #3396E4. Grayscale: #7E7E7E. Windows color (decimal): -3380965 or 1796556. OLE color: 1796556.
HSL color Cylindrical-coordinate representation of color #CC691B: hue angle of 26.44º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC691B is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 27 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.2 |
| HSL | 26.44º | 0.77% | 0.45% | - |
| HSV(B) | 26.44º | 0.87% | 0.8% | - |
| XYZ | 30.15 | 23.02 | 3.89 | - |
| YUV | 125.71 | 72.3 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 27 | 0 | 0.49 | 0.87 | 0.2 | 26.44 | 0.77 | 0.45 |
| Hex | CC | 69 | 1B | 0 | 31 | 57 | 14 | 1A | 4D | 2D |
| Octal | 314 | 151 | 33 | 0 | 61 | 127 | 24 | 32 | 115 | 55 |
| Binary | 11001100 | 1101001 | 11011 | 0 | 110001 | 1010111 | 10100 | 11010 | 1001101 | 101101 |
Color Harmonies of #CC691B
Complementary color
Monochromatic Colors of #CC691B
Black with #CC691B
Text Example
Text Example
White with #CC691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC691B; }
p { color: rgb(204,105,27); }
H1.HeaderClassName
{
color: #CC691B;
}
.AnyTagClassName
{
color: #CC691B;
}
</style>
background-color css
<style>
a { background-color: #CC691B; }
a { background-color: rgb(204,105,27); }
div.DivClassName
{
background-color: #CC691B;
}
.BgClassName
{
background-color: #CC691B;
}
</style>
border-color css
<style>
span { border-color: #CC691B; }
span { border-color: rgb(204,105,27); }
td.TdClassName
{
border-color: #CC691B;
}
.TagClassName
{
border-color: #CC691B;
}
</style>