#603938

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

Shades of Persian Plum #603938

Tints of Persian Plum #603938

Color information

#603938 (or 0x603938) is unknown color: approx Persian Plum. HEX triplet: 60, 39 and 38. RGB value is (96,57,56). Sum of RGB (Red+Green+Blue) = 96+57+56=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #603938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603938 is #9FC6C7. Grayscale: #444444. Windows color (decimal): -10471112 or 3684704. OLE color: 3684704.

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

Color convert

RGB965756-
CMYK00.410.420.62
HSL1.5º26.32%29.8%-
HSV(B)1.5º41.67%37.65%-
XYZ75.74.47-
YUV68.55120.92147.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=45.93%
G=27.27%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96575600.410.420.621.526.3229.8
Hex6039380292A3E21a1e
Octal1407170051527623236
Binary11000001110011110000101001101010111110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603938; }

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

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

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

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

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

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

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

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