#643C2E

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

Shades of Cioccolato #643C2E

Tints of Cioccolato #643C2E

Color information

#643C2E (or 0x643C2E) is unknown color: approx Cioccolato. HEX triplet: 64, 3C and 2E. RGB value is (100,60,46). Sum of RGB (Red+Green+Blue) = 100+60+46=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #643C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C2E is #9BC3D1. Grayscale: #464646. Windows color (decimal): -10208210 or 3030116. OLE color: 3030116.

HSL color Cylindrical-coordinate representation of color #643C2E: hue angle of 15.56º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #643C2E is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB1006046-
CMYK00.40.540.61
HSL15.56º36.99%28.63%-
HSV(B)15.56º54%39.22%-
XYZ7.366.143.38-
YUV70.36114.25149.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.54%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=48.54%
G=29.13%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100604600.40.540.6115.5636.9928.63
Hex643C2E028363D10251d
Octal14474560506675204535
Binary110010011110010111001010001101101111011000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643C2E; }

 p { color: rgb(100,60,46); }

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

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

 a { background-color: rgb(100,60,46); }

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

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

 span { border-color: rgb(100,60,46); }

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