#643E31

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

Shades of Cioccolato #643E31

Tints of Cioccolato #643E31

Color information

#643E31 (or 0x643E31) is unknown color: approx Cioccolato. HEX triplet: 64, 3E and 31. RGB value is (100,62,49). Sum of RGB (Red+Green+Blue) = 100+62+49=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #643E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643E31 is #9BC1CE. Grayscale: #474747. Windows color (decimal): -10207695 or 3227236. OLE color: 3227236.

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

Color convert

RGB1006249-
CMYK00.380.510.61
HSL15.29º34.23%29.22%-
HSV(B)15.29º51%39.22%-
XYZ7.536.383.74-
YUV71.88115.09148.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=47.39%
G=29.38%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100624900.380.510.6115.2934.2329.22
Hex643E31026333Df221d
Octal14476610466375174235
Binary11001001111101100010100110110011111101111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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