#643C32

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

Shades of Cioccolato #643C32

Tints of Cioccolato #643C32

Color information

#643C32 (or 0x643C32) is unknown color: approx Cioccolato. HEX triplet: 64, 3C and 32. RGB value is (100,60,50). Sum of RGB (Red+Green+Blue) = 100+60+50=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #643C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C32 is #9BC3CD. Grayscale: #464646. Windows color (decimal): -10208206 or 3292260. OLE color: 3292260.

HSL color Cylindrical-coordinate representation of color #643C32: hue angle of 12º 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 #643C32 is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB1006050-
CMYK00.40.500.61
HSL12º33.33%29.41%-
HSV(B)12º50%39.22%-
XYZ7.456.173.82-
YUV70.82116.25148.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 60 (23.83% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=47.62%
G=28.57%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100605000.40.500.611233.3329.41
Hex643C32028323Dc211d
Octal14474620506275144135
Binary11001001111001100100101000110010111101110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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