#603836

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

Shades of Persian Plum #603836

Tints of Persian Plum #603836

Color information

#603836 (or 0x603836) is unknown color: approx Persian Plum. HEX triplet: 60, 38 and 36. RGB value is (96,56,54). Sum of RGB (Red+Green+Blue) = 96+56+54=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #603836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603836 is #9FC7C9. Grayscale: #434343. Windows color (decimal): -10471370 or 3553376. OLE color: 3553376.

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

Color convert

RGB965654-
CMYK00.420.440.62
HSL2.86º28%29.41%-
HSV(B)2.86º43.75%37.65%-
XYZ6.95.584.2-
YUV67.73120.25148.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=46.60%
G=27.18%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96565400.420.440.622.862829.41
Hex60383602A2C3E31c1d
Octal1407066052547633435
Binary11000001110001101100101010101100111110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603836; }

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

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

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

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

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

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

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

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