#683732

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

Shades of Persian Plum #683732

Tints of Persian Plum #683732

Color information

#683732 (or 0x683732) is unknown color: approx Persian Plum. HEX triplet: 68, 37 and 32. RGB value is (104,55,50). Sum of RGB (Red+Green+Blue) = 104+55+50=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #683732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683732 is #97C8CD. Grayscale: #454545. Windows color (decimal): -9947342 or 3290984. OLE color: 3290984.

HSL color Cylindrical-coordinate representation of color #683732: hue angle of 5.56º 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 #683732 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB1045550-
CMYK00.470.520.59
HSL5.56º35.06%30.2%-
HSV(B)5.56º51.92%40.78%-
XYZ7.655.913.75-
YUV69.08117.23152.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=49.76%
G=26.32%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104555000.470.520.595.5635.0630.2
Hex68373202F343B6231e
Octal1506762057647364336
Binary1101000110111110010010111111010011101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683732; }

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

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

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

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

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

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

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

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