#653934

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

Shades of Persian Plum #653934

Tints of Persian Plum #653934

Color information

#653934 (or 0x653934) is unknown color: approx Persian Plum. HEX triplet: 65, 39 and 34. RGB value is (101,57,52). Sum of RGB (Red+Green+Blue) = 101+57+52=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #653934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653934 is #9AC6CB. Grayscale: #454545. Windows color (decimal): -10143436 or 3422565. OLE color: 3422565.

HSL color Cylindrical-coordinate representation of color #653934: hue angle of 6.12º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #653934 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB1015752-
CMYK00.440.490.60
HSL6.12º32.03%30%-
HSV(B)6.12º48.51%39.61%-
XYZ7.455.944-
YUV69.59118.08150.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.10%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 52 (20.70% from 255) = 24.76%
R=48.10%
G=27.14%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101575200.440.490.606.1232.0330
Hex65393402C313C6201e
Octal1457164054617464036
Binary1100101111001110100010110011000111110011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653934; }

 p { color: rgb(101,57,52); }

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

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

 a { background-color: rgb(101,57,52); }

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

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

 span { border-color: rgb(101,57,52); }

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