#642E2C

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

Shades of Persian Plum #642E2C

Tints of Persian Plum #642E2C

Color information

#642E2C (or 0x642E2C) is unknown color: approx Persian Plum. HEX triplet: 64, 2E and 2C. RGB value is (100,46,44). Sum of RGB (Red+Green+Blue) = 100+46+44=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #642E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642E2C is #9BD1D3. Grayscale: #3D3D3D. Windows color (decimal): -10211796 or 2895460. OLE color: 2895460.

HSL color Cylindrical-coordinate representation of color #642E2C: hue angle of 2.14º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #642E2C is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB1004644-
CMYK00.540.560.61
HSL2.14º38.89%28.24%-
HSV(B)2.14º56%39.22%-
XYZ6.694.852.97-
YUV61.92117.89155.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=52.63%
G=24.21%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100464400.540.560.612.1438.8928.24
Hex642E2C036383D2271c
Octal1445654066707524734
Binary110010010111010110001101101110001111011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642E2C; }

 p { color: rgb(100,46,44); }

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

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

 a { background-color: rgb(100,46,44); }

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

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

 span { border-color: rgb(100,46,44); }

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