#693333

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

Shades of Persian Plum #693333

Tints of Persian Plum #693333

Color information

#693333 (or 0x693333) is unknown color: approx Persian Plum. HEX triplet: 69, 33 and 33. RGB value is (105,51,51). Sum of RGB (Red+Green+Blue) = 105+51+51=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #693333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693333 is #96CCCC. Grayscale: #434343. Windows color (decimal): -9882829 or 3355497. OLE color: 3355497.

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

Color convert

RGB1055151-
CMYK00.510.510.59
HSL34.62%30.59%-
HSV(B)51.43%41.18%-
XYZ7.615.613.81-
YUV67.15118.89155-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=50.72%
G=24.64%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105515100.510.510.59034.6230.59
Hex693333033333B0231f
Octal1516363063637304337
Binary11010011100111100110110011110011111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693333; }

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

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

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

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

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

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

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

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