#693331

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

Shades of Persian Plum #693331

Tints of Persian Plum #693331

Color information

#693331 (or 0x693331) is unknown color: approx Persian Plum. HEX triplet: 69, 33 and 31. RGB value is (105,51,49). Sum of RGB (Red+Green+Blue) = 105+51+49=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #693331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693331 is #96CCCE. Grayscale: #424242. Windows color (decimal): -9882831 or 3224425. OLE color: 3224425.

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

Color convert

RGB1055149-
CMYK00.510.530.59
HSL2.14º36.36%30.2%-
HSV(B)2.14º53.33%41.18%-
XYZ7.565.593.59-
YUV66.92117.89155.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=51.22%
G=24.88%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105514900.510.530.592.1436.3630.2
Hex693331033353B2241e
Octal1516361063657324436
Binary110100111001111000101100111101011110111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693331; }

 p { color: rgb(105,51,49); }

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

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

 a { background-color: rgb(105,51,49); }

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

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

 span { border-color: rgb(105,51,49); }

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