#613734

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

Shades of Persian Plum #613734

Tints of Persian Plum #613734

Color information

#613734 (or 0x613734) is unknown color: approx Persian Plum. HEX triplet: 61, 37 and 34. RGB value is (97,55,52). Sum of RGB (Red+Green+Blue) = 97+55+52=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #613734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613734 is #9EC8CB. Grayscale: #434343. Windows color (decimal): -10406092 or 3422049. OLE color: 3422049.

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

Color convert

RGB975552-
CMYK00.430.460.62
HSL30.2%29.22%-
HSV(B)46.39%38.04%-
XYZ6.925.523.95-
YUV67.22119.41149.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=47.55%
G=26.96%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97555200.430.460.62430.229.22
Hex61373402B2E3E41e1d
Octal1416764053567643635
Binary110000111011111010001010111011101111101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613734; }

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

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

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

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

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

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

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

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