#613A37

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

Shades of Persian Plum #613A37

Tints of Persian Plum #613A37

Color information

#613A37 (or 0x613A37) is unknown color: approx Persian Plum. HEX triplet: 61, 3A and 37. RGB value is (97,58,55). Sum of RGB (Red+Green+Blue) = 97+58+55=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #613A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A37 is #9EC5C8. Grayscale: #454545. Windows color (decimal): -10405321 or 3619425. OLE color: 3619425.

HSL color Cylindrical-coordinate representation of color #613A37: hue angle of 4.29º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #613A37 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB975855-
CMYK00.400.430.62
HSL4.29º27.63%29.8%-
HSV(B)4.29º43.3%38.04%-
XYZ7.135.844.37-
YUV69.32119.92147.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 55 (21.88% from 255) = 26.19%
R=46.19%
G=27.62%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97585500.400.430.624.2927.6329.8
Hex613A370282B3E41c1e
Octal1417267050537643436
Binary110000111101011011101010001010111111101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613A37; }

 p { color: rgb(97,58,55); }

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

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

 a { background-color: rgb(97,58,55); }

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

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

 span { border-color: rgb(97,58,55); }

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