#613736

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

Shades of Persian Plum #613736

Tints of Persian Plum #613736

Color information

#613736 (or 0x613736) is unknown color: approx Persian Plum. HEX triplet: 61, 37 and 36. RGB value is (97,55,54). Sum of RGB (Red+Green+Blue) = 97+55+54=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #613736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613736 is #9EC8C9. Grayscale: #434343. Windows color (decimal): -10406090 or 3553121. OLE color: 3553121.

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

Color convert

RGB975554-
CMYK00.430.440.62
HSL1.4º28.48%29.61%-
HSV(B)1.4º44.33%38.04%-
XYZ6.965.544.19-
YUV67.44120.41149.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=47.09%
G=26.70%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97555400.430.440.621.428.4829.61
Hex61373602B2C3E11c1e
Octal1416766053547613436
Binary1100001110111110110010101110110011111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613736; }

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

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

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

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

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

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

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

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