#622C2B

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

Shades of Persian Plum #622C2B

Tints of Persian Plum #622C2B

Color information

#622C2B (or 0x622C2B) is unknown color: approx Persian Plum. HEX triplet: 62, 2C and 2B. RGB value is (98,44,43). Sum of RGB (Red+Green+Blue) = 98+44+43=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #622C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C2B is #9DD3D4. Grayscale: #3C3C3C. Windows color (decimal): -10343381 or 2829410. OLE color: 2829410.

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

Color convert

RGB984443-
CMYK00.550.560.62
HSL1.09º39.01%27.65%-
HSV(B)1.09º56.12%38.43%-
XYZ6.374.572.83-
YUV60.03118.39155.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=52.97%
G=23.78%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98444300.550.560.621.0939.0127.65
Hex622C2B037383E1271c
Octal1425453067707614734
Binary11000101011001010110110111111000111110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,44,43); }

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

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

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

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

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

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

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