#623534

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

Shades of Persian Plum #623534

Tints of Persian Plum #623534

Color information

#623534 (or 0x623534) is unknown color: approx Persian Plum. HEX triplet: 62, 35 and 34. RGB value is (98,53,52). Sum of RGB (Red+Green+Blue) = 98+53+52=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #623534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623534 is #9DCACB. Grayscale: #424242. Windows color (decimal): -10341068 or 3421538. OLE color: 3421538.

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

Color convert

RGB985352-
CMYK00.460.470.62
HSL1.3º30.67%29.41%-
HSV(B)1.3º46.94%38.43%-
XYZ6.935.393.92-
YUV66.34119.91150.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=48.28%
G=26.11%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98535200.460.470.621.330.6729.41
Hex62353402E2F3E11f1d
Octal1426564056577613735
Binary1100010110101110100010111010111111111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623534; }

 p { color: rgb(98,53,52); }

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

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

 a { background-color: rgb(98,53,52); }

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

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

 span { border-color: rgb(98,53,52); }

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