#603937

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

Shades of Persian Plum #603937

Tints of Persian Plum #603937

Color information

#603937 (or 0x603937) is unknown color: approx Persian Plum. HEX triplet: 60, 39 and 37. RGB value is (96,57,55). Sum of RGB (Red+Green+Blue) = 96+57+55=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #603937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603937 is #9FC6C8. Grayscale: #444444. Windows color (decimal): -10471113 or 3619168. OLE color: 3619168.

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

Color convert

RGB965755-
CMYK00.410.430.62
HSL2.93º27.15%29.61%-
HSV(B)2.93º42.71%37.65%-
XYZ6.985.694.34-
YUV68.43120.42147.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 55 (21.88% from 255) = 26.44%
R=46.15%
G=27.40%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96575500.410.430.622.9327.1529.61
Hex6039370292B3E31b1e
Octal1407167051537633336
Binary11000001110011101110101001101011111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603937; }

 p { color: rgb(96,57,55); }

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

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

 a { background-color: rgb(96,57,55); }

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

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

 span { border-color: rgb(96,57,55); }

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