Shades of Chocolate #CC6914
Tints of Chocolate #CC6914
RGB
CMYK
RGB Variations
Color information
#CC6914 (or 0xCC6914) is known color: Chocolate. HEX triplet: CC, 69 and 14. RGB value is (204,105,20). Sum of RGB (Red+Green+Blue) = 204+105+20=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6914 is #3396EB. Grayscale: #7D7D7D. Windows color (decimal): -3380972 or 1337804. OLE color: 1337804.
HSL color Cylindrical-coordinate representation of color #CC6914: hue angle of 27.72º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC6914 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 20 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.2 |
| HSL | 27.72º | 0.82% | 0.44% | - |
| HSV(B) | 27.72º | 0.9% | 0.8% | - |
| XYZ | 30.08 | 22.99 | 3.51 | - |
| YUV | 124.91 | 68.8 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 20 | 0 | 0.49 | 0.90 | 0.2 | 27.72 | 0.82 | 0.44 |
| Hex | CC | 69 | 14 | 0 | 31 | 5A | 14 | 1C | 52 | 2C |
| Octal | 314 | 151 | 24 | 0 | 61 | 132 | 24 | 34 | 122 | 54 |
| Binary | 11001100 | 1101001 | 10100 | 0 | 110001 | 1011010 | 10100 | 11100 | 1010010 | 101100 |
Color Harmonies of #CC6914
Complementary color
Monochromatic Colors of #CC6914
Black with #CC6914
Text Example
Text Example
White with #CC6914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6914; }
p { color: rgb(204,105,20); }
H1.HeaderClassName
{
color: #CC6914;
}
.AnyTagClassName
{
color: #CC6914;
}
</style>
background-color css
<style>
a { background-color: #CC6914; }
a { background-color: rgb(204,105,20); }
div.DivClassName
{
background-color: #CC6914;
}
.BgClassName
{
background-color: #CC6914;
}
</style>
border-color css
<style>
span { border-color: #CC6914; }
span { border-color: rgb(204,105,20); }
td.TdClassName
{
border-color: #CC6914;
}
.TagClassName
{
border-color: #CC6914;
}
</style>