#603735

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

Shades of Persian Plum #603735

Tints of Persian Plum #603735

Color information

#603735 (or 0x603735) is unknown color: approx Persian Plum. HEX triplet: 60, 37 and 35. RGB value is (96,55,53). Sum of RGB (Red+Green+Blue) = 96+55+53=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #603735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603735 is #9FC8CA. Grayscale: #434343. Windows color (decimal): -10471627 or 3487584. OLE color: 3487584.

HSL color Cylindrical-coordinate representation of color #603735: hue angle of 2.79º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #603735 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB965553-
CMYK00.430.450.62
HSL2.79º28.86%29.22%-
HSV(B)2.79º44.79%37.65%-
XYZ6.835.484.07-
YUV67.03120.08148.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=47.06%
G=26.96%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96555300.430.450.622.7928.8629.22
Hex60373502B2D3E31d1d
Octal1406765053557633535
Binary11000001101111101010101011101101111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603735; }

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

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

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

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

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

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

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

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