#683533

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

Shades of Persian Plum #683533

Tints of Persian Plum #683533

Color information

#683533 (or 0x683533) is unknown color: approx Persian Plum. HEX triplet: 68, 35 and 33. RGB value is (104,53,51). Sum of RGB (Red+Green+Blue) = 104+53+51=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #683533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683533 is #97CACC. Grayscale: #444444. Windows color (decimal): -9947853 or 3356008. OLE color: 3356008.

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

Color convert

RGB1045351-
CMYK00.490.510.59
HSL2.26º34.19%30.39%-
HSV(B)2.26º50.96%40.78%-
XYZ7.585.733.84-
YUV68.02118.4153.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=50%
G=25.48%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104535100.490.510.592.2634.1930.39
Hex683533031333B2221e
Octal1506563061637324236
Binary110100011010111001101100011100111110111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683533; }

 p { color: rgb(104,53,51); }

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

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

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

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

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

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

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