#CC6427

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

Shades of Chocolate #CC6427

Tints of Chocolate #CC6427

Color information

#CC6427 (or 0xCC6427) is unknown color: approx Chocolate. HEX triplet: CC, 64 and 27. RGB value is (204,100,39). Sum of RGB (Red+Green+Blue) = 204+100+39=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6427 is #339BD8. Grayscale: #7C7C7C. Windows color (decimal): -3382233 or 2581708. OLE color: 2581708.

HSL color Cylindrical-coordinate representation of color #CC6427: hue angle of 22.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC6427 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB20410039-
CMYK00.510.810.2
HSL22.18º67.9%47.65%-
HSV(B)22.18º80.88%80%-
XYZ29.8322.14.61-
YUV124.1479.96184.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.48%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 39 (15.62% from 255) = 11.37%
R=59.48%
G=29.15%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041003900.510.810.222.1867.947.65
HexCC64270335114164430
Octal31414447063121242610460
Binary1100110011001001001110110011101000110100101101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6427; }

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

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

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

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

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

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

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

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