#CC641A

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

Shades of Chocolate #CC641A

Tints of Chocolate #CC641A

Color information

#CC641A (or 0xCC641A) is unknown color: approx Chocolate. HEX triplet: CC, 64 and 1A. RGB value is (204,100,26). Sum of RGB (Red+Green+Blue) = 204+100+26=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC641A is #339BE5. Grayscale: #7B7B7B. Windows color (decimal): -3382246 or 1729740. OLE color: 1729740.

HSL color Cylindrical-coordinate representation of color #CC641A: hue angle of 24.94º 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 #CC641A is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB20410026-
CMYK00.510.870.2
HSL24.94º77.39%45.1%-
HSV(B)24.94º87.25%80%-
XYZ29.6522.033.67-
YUV122.6673.46186.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.82%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 26 (10.55% from 255) = 7.88%
R=61.82%
G=30.30%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041002600.510.870.224.9477.3945.1
HexCC641A0335714194d2d
Octal31414432063127243111555
Binary110011001100100110100110011101011110100110011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC641A; }

 p { color: rgb(204,100,26); }

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

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

 a { background-color: rgb(204,100,26); }

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

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

 span { border-color: rgb(204,100,26); }

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