#613636

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

Shades of Persian Plum #613636

Tints of Persian Plum #613636

Color information

#613636 (or 0x613636) is unknown color: approx Persian Plum. HEX triplet: 61, 36 and 36. RGB value is (97,54,54). Sum of RGB (Red+Green+Blue) = 97+54+54=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #613636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613636 is #9EC9C9. Grayscale: #424242. Windows color (decimal): -10406346 or 3552865. OLE color: 3552865.

HSL color Cylindrical-coordinate representation of color #613636: hue angle of 0º 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 #613636 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB975454-
CMYK00.440.440.62
HSL28.48%29.61%-
HSV(B)44.33%38.04%-
XYZ6.915.454.18-
YUV66.86120.75149.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=47.32%
G=26.34%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97545400.440.440.62028.4829.61
Hex61363602C2C3E01c1e
Octal1416666054547603436
Binary1100001110110110110010110010110011111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613636; }

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

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

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

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

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

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

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

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