#643E2F

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

Shades of Cioccolato #643E2F

Tints of Cioccolato #643E2F

Color information

#643E2F (or 0x643E2F) is unknown color: approx Cioccolato. HEX triplet: 64, 3E and 2F. RGB value is (100,62,47). Sum of RGB (Red+Green+Blue) = 100+62+47=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #643E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643E2F is #9BC1D0. Grayscale: #474747. Windows color (decimal): -10207697 or 3096164. OLE color: 3096164.

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

Color convert

RGB1006247-
CMYK00.380.530.61
HSL16.98º36.05%28.82%-
HSV(B)16.98º53%39.22%-
XYZ7.496.363.52-
YUV71.65114.09148.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=47.85%
G=29.67%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100624700.380.530.6116.9836.0528.82
Hex643E2F026353D11241d
Octal14476570466575214435
Binary110010011111010111101001101101011111011000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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