#643635

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

Shades of Persian Plum #643635

Tints of Persian Plum #643635

Color information

#643635 (or 0x643635) is unknown color: approx Persian Plum. HEX triplet: 64, 36 and 35. RGB value is (100,54,53). Sum of RGB (Red+Green+Blue) = 100+54+53=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #643635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643635 is #9BC9CA. Grayscale: #434343. Windows color (decimal): -10209739 or 3487332. OLE color: 3487332.

HSL color Cylindrical-coordinate representation of color #643635: hue angle of 1.28º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #643635 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB1005453-
CMYK00.460.470.61
HSL1.28º30.72%30%-
HSV(B)1.28º47%39.22%-
XYZ7.225.64.07-
YUV67.64119.74151.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=48.31%
G=26.09%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100545300.460.470.611.2830.7230
Hex64363502E2F3D11f1e
Octal1446665056577513736
Binary1100100110110110101010111010111111110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643635; }

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

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

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

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

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

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

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

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