#622E2D

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

Shades of Persian Plum #622E2D

Tints of Persian Plum #622E2D

Color information

#622E2D (or 0x622E2D) is unknown color: approx Persian Plum. HEX triplet: 62, 2E and 2D. RGB value is (98,46,45). Sum of RGB (Red+Green+Blue) = 98+46+45=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #622E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622E2D is #9DD1D2. Grayscale: #3D3D3D. Windows color (decimal): -10342867 or 2960994. OLE color: 2960994.

HSL color Cylindrical-coordinate representation of color #622E2D: hue angle of 1.13º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #622E2D is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB984645-
CMYK00.530.540.62
HSL1.13º37.06%28.04%-
HSV(B)1.13º54.08%38.43%-
XYZ6.494.743.06-
YUV61.43118.73154.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=51.85%
G=24.34%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98464500.530.540.621.1337.0628.04
Hex622E2D035363E1251c
Octal1425655065667614534
Binary11000101011101011010110101110110111110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622E2D; }

 p { color: rgb(98,46,45); }

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

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

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

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

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

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

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