#643632

Color #643632 Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #643632

Tints of Persian Plum #643632

Color information

#643632 (or 0x643632) is unknown color: approx Persian Plum. HEX triplet: 64, 36 and 32. RGB value is (100,54,50). Sum of RGB (Red+Green+Blue) = 100+54+50=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #643632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643632 is #9BC9CD. Grayscale: #434343. Windows color (decimal): -10209742 or 3290724. OLE color: 3290724.

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

Color convert

RGB1005450-
CMYK00.460.500.61
HSL4.8º33.33%29.41%-
HSV(B)4.8º50%39.22%-
XYZ7.155.583.72-
YUV67.3118.24151.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=49.02%
G=26.47%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100545000.460.500.614.833.3329.41
Hex64363202E323D5211d
Octal1446662056627554135
Binary1100100110110110010010111011001011110110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643632; }

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

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

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

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

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

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

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

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