#693732

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

Shades of Persian Plum #693732

Tints of Persian Plum #693732

Color information

#693732 (or 0x693732) is unknown color: approx Persian Plum. HEX triplet: 69, 37 and 32. RGB value is (105,55,50). Sum of RGB (Red+Green+Blue) = 105+55+50=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693732 is #96C8CD. Grayscale: #454545. Windows color (decimal): -9881806 or 3290985. OLE color: 3290985.

HSL color Cylindrical-coordinate representation of color #693732: hue angle of 5.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693732 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB1055550-
CMYK00.480.520.59
HSL5.45º35.48%30.39%-
HSV(B)5.45º52.38%41.18%-
XYZ7.775.973.76-
YUV69.38117.06153.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=50%
G=26.19%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105555000.480.520.595.4535.4830.39
Hex693732030343B5231e
Octal1516762060647354336
Binary1101001110111110010011000011010011101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693732; }

 p { color: rgb(105,55,50); }

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

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

 a { background-color: rgb(105,55,50); }

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

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

 span { border-color: rgb(105,55,50); }

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