#603A37

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

Shades of Persian Plum #603A37

Tints of Persian Plum #603A37

Color information

#603A37 (or 0x603A37) is unknown color: approx Persian Plum. HEX triplet: 60, 3A and 37. RGB value is (96,58,55). Sum of RGB (Red+Green+Blue) = 96+58+55=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #603A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A37 is #9FC5C8. Grayscale: #454545. Windows color (decimal): -10470857 or 3619424. OLE color: 3619424.

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

Color convert

RGB965855-
CMYK00.400.430.62
HSL4.39º27.15%29.61%-
HSV(B)4.39º42.71%37.65%-
XYZ7.035.794.36-
YUV69.02120.09147.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 55 (21.88% from 255) = 26.32%
R=45.93%
G=27.75%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96585500.400.430.624.3927.1529.61
Hex603A370282B3E41b1e
Octal1407267050537643336
Binary110000011101011011101010001010111111101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603A37; }

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

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

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

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

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

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

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

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