#643E32

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

Shades of Cioccolato #643E32

Tints of Cioccolato #643E32

Color information

#643E32 (or 0x643E32) is unknown color: approx Cioccolato. HEX triplet: 64, 3E and 32. RGB value is (100,62,50). Sum of RGB (Red+Green+Blue) = 100+62+50=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #643E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643E32 is #9BC1CD. Grayscale: #484848. Windows color (decimal): -10207694 or 3292772. OLE color: 3292772.

HSL color Cylindrical-coordinate representation of color #643E32: hue angle of 14.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643E32 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB1006250-
CMYK00.380.500.61
HSL14.4º33.33%29.41%-
HSV(B)14.4º50%39.22%-
XYZ7.556.383.85-
YUV71.99115.59147.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=47.17%
G=29.25%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100625000.380.500.6114.433.3329.41
Hex643E32026323De211d
Octal14476620466275164135
Binary11001001111101100100100110110010111101111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,62,50); }

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

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

 a { background-color: rgb(100,62,50); }

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

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

 span { border-color: rgb(100,62,50); }

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