#CC651A

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

Shades of Chocolate #CC651A

Tints of Chocolate #CC651A

Color information

#CC651A (or 0xCC651A) is unknown color: approx Chocolate. HEX triplet: CC, 65 and 1A. RGB value is (204,101,26). Sum of RGB (Red+Green+Blue) = 204+101+26=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC651A is #339AE5. Grayscale: #7B7B7B. Windows color (decimal): -3381990 or 1729996. OLE color: 1729996.

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

Color convert

RGB20410126-
CMYK00.500.870.2
HSL25.28º77.39%45.1%-
HSV(B)25.28º87.25%80%-
XYZ29.7422.223.7-
YUV123.2573.12185.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=61.63%
G=30.51%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041012600.500.870.225.2877.3945.1
HexCC651A0325714194d2d
Octal31414532062127243111555
Binary110011001100101110100110010101011110100110011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC651A; }

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

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

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

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

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

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

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

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