#CC6821

Color #CC6821 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CC6821

Tints of Chocolate #CC6821

Color information

#CC6821 (or 0xCC6821) is unknown color: approx Chocolate. HEX triplet: CC, 68 and 21. RGB value is (204,104,33). Sum of RGB (Red+Green+Blue) = 204+104+33=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6821 is #3397DE. Grayscale: #7E7E7E. Windows color (decimal): -3381215 or 2189516. OLE color: 2189516.

HSL color Cylindrical-coordinate representation of color #CC6821: hue angle of 24.91º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC6821 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB20410433-
CMYK00.490.840.2
HSL24.91º72.15%46.47%-
HSV(B)24.91º83.82%80%-
XYZ30.1322.854.26-
YUV125.8175.63183.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 59.82%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 33 (13.28% from 255) = 9.68%
R=59.82%
G=30.50%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041043300.490.840.224.9172.1546.47
HexCC6821031541419482e
Octal31415041061124243111056
Binary1100110011010001000010110001101010010100110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6821; }

 p { color: rgb(204,104,33); }

 H1.HeaderClassName
 {
   color: #CC6821;
 }
 .AnyTagClassName
 {
   color: #CC6821;
 }
</style>
background-color css

<style>
 a { background-color: #CC6821; }

 a { background-color: rgb(204,104,33); }

 div.DivClassName
 {
   background-color: #CC6821;
 }
 .BgClassName
 {
   background-color: #CC6821;
 }
</style>
border-color css

<style>
 span { border-color: #CC6821; }

 span { border-color: rgb(204,104,33); }

 td.TdClassName
 {
   border-color: #CC6821;
 }
 .TagClassName
 {
   border-color: #CC6821;
 }
</style>