#603936

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

Shades of Persian Plum #603936

Tints of Persian Plum #603936

Color information

#603936 (or 0x603936) is unknown color: approx Persian Plum. HEX triplet: 60, 39 and 36. RGB value is (96,57,54). Sum of RGB (Red+Green+Blue) = 96+57+54=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #603936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603936 is #9FC6C9. Grayscale: #444444. Windows color (decimal): -10471114 or 3553632. OLE color: 3553632.

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

Color convert

RGB965754-
CMYK00.410.440.62
HSL4.29º28%29.41%-
HSV(B)4.29º43.75%37.65%-
XYZ6.955.684.22-
YUV68.32119.92147.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=46.38%
G=27.54%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96575400.410.440.624.292829.41
Hex6039360292C3E41c1d
Octal1407166051547643435
Binary110000011100111011001010011011001111101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603936; }

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

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

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

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

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

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

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

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