#623434

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

Shades of Persian Plum #623434

Tints of Persian Plum #623434

Color information

#623434 (or 0x623434) is unknown color: approx Persian Plum. HEX triplet: 62, 34 and 34. RGB value is (98,52,52). Sum of RGB (Red+Green+Blue) = 98+52+52=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #623434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623434 is #9DCBCB. Grayscale: #414141. Windows color (decimal): -10341324 or 3421282. OLE color: 3421282.

HSL color Cylindrical-coordinate representation of color #623434: hue angle of 0º 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 #623434 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB985252-
CMYK00.470.470.62
HSL30.67%29.41%-
HSV(B)46.94%38.43%-
XYZ6.885.33.91-
YUV65.75120.24151-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=48.51%
G=25.74%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98525200.470.470.62030.6729.41
Hex62343402F2F3E01f1d
Octal1426464057577603735
Binary1100010110100110100010111110111111111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623434; }

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

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

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

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

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

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

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

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