#613837

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

Shades of Persian Plum #613837

Tints of Persian Plum #613837

Color information

#613837 (or 0x613837) is unknown color: approx Persian Plum. HEX triplet: 61, 38 and 37. RGB value is (97,56,55). Sum of RGB (Red+Green+Blue) = 97+56+55=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #613837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613837 is #9EC7C8. Grayscale: #444444. Windows color (decimal): -10405833 or 3618913. OLE color: 3618913.

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

Color convert

RGB975655-
CMYK00.420.430.62
HSL1.43º27.63%29.8%-
HSV(B)1.43º43.3%38.04%-
XYZ7.035.654.33-
YUV68.14120.58148.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 55 (21.88% from 255) = 26.44%
R=46.63%
G=26.92%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97565500.420.430.621.4327.6329.8
Hex61383702A2B3E11c1e
Octal1417067052537613436
Binary1100001111000110111010101010101111111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613837; }

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

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

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

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

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

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

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

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