#623632

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

Shades of Persian Plum #623632

Tints of Persian Plum #623632

Color information

#623632 (or 0x623632) is unknown color: approx Persian Plum. HEX triplet: 62, 36 and 32. RGB value is (98,54,50). Sum of RGB (Red+Green+Blue) = 98+54+50=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #623632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623632 is #9DC9CD. Grayscale: #424242. Windows color (decimal): -10340814 or 3290722. OLE color: 3290722.

HSL color Cylindrical-coordinate representation of color #623632: hue angle of 5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #623632 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB985450-
CMYK00.450.490.62
HSL32.43%29.02%-
HSV(B)48.98%38.43%-
XYZ6.935.473.71-
YUV66.7118.58150.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=48.51%
G=26.73%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98545000.450.490.62532.4329.02
Hex62363202D313E5201d
Octal1426662055617654035
Binary1100010110110110010010110111000111111010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623632; }

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

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

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

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

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

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

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

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