#603635

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

Shades of Persian Plum #603635

Tints of Persian Plum #603635

Color information

#603635 (or 0x603635) is unknown color: approx Persian Plum. HEX triplet: 60, 36 and 35. RGB value is (96,54,53). Sum of RGB (Red+Green+Blue) = 96+54+53=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #603635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603635 is #9FC9CA. Grayscale: #424242. Windows color (decimal): -10471883 or 3487328. OLE color: 3487328.

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

Color convert

RGB965453-
CMYK00.440.450.62
HSL1.4º28.86%29.22%-
HSV(B)1.4º44.79%37.65%-
XYZ6.795.384.05-
YUV66.44120.41149.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=47.29%
G=26.60%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96545300.440.450.621.428.8629.22
Hex60363502C2D3E11d1d
Octal1406665054557613535
Binary1100000110110110101010110010110111111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603635; }

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

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

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

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

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

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

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

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