#603534

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

Shades of Persian Plum #603534

Tints of Persian Plum #603534

Color information

#603534 (or 0x603534) is unknown color: approx Persian Plum. HEX triplet: 60, 35 and 34. RGB value is (96,53,52). Sum of RGB (Red+Green+Blue) = 96+53+52=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #603534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603534 is #9FCACB. Grayscale: #414141. Windows color (decimal): -10472140 or 3421536. OLE color: 3421536.

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

Color convert

RGB965352-
CMYK00.450.460.62
HSL1.36º29.73%29.02%-
HSV(B)1.36º45.83%37.65%-
XYZ6.725.283.91-
YUV65.74120.25149.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=47.76%
G=26.37%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96535200.450.460.621.3629.7329.02
Hex60353402D2E3E11e1d
Octal1406564055567613635
Binary1100000110101110100010110110111011111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603534; }

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

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

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

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

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

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

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

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