#613938

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

Shades of Persian Plum #613938

Tints of Persian Plum #613938

Color information

#613938 (or 0x613938) is unknown color: approx Persian Plum. HEX triplet: 61, 39 and 38. RGB value is (97,57,56). Sum of RGB (Red+Green+Blue) = 97+57+56=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #613938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613938 is #9EC6C7. Grayscale: #444444. Windows color (decimal): -10405576 or 3684705. OLE color: 3684705.

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

Color convert

RGB975756-
CMYK00.410.420.62
HSL1.46º26.8%30%-
HSV(B)1.46º42.27%38.04%-
XYZ7.115.754.48-
YUV68.85120.75148.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=46.19%
G=27.14%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97575600.410.420.621.4626.830
Hex6139380292A3E11b1e
Octal1417170051527613336
Binary1100001111001111000010100110101011111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613938; }

 p { color: rgb(97,57,56); }

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

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

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

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

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

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

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