#683532

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

Shades of Persian Plum #683532

Tints of Persian Plum #683532

Color information

#683532 (or 0x683532) is unknown color: approx Persian Plum. HEX triplet: 68, 35 and 32. RGB value is (104,53,50). Sum of RGB (Red+Green+Blue) = 104+53+50=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #683532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683532 is #97CACD. Grayscale: #434343. Windows color (decimal): -9947854 or 3290472. OLE color: 3290472.

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

Color convert

RGB1045350-
CMYK00.490.520.59
HSL3.33º35.06%30.2%-
HSV(B)3.33º51.92%40.78%-
XYZ7.565.723.72-
YUV67.91117.9153.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=50.24%
G=25.60%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104535000.490.520.593.3335.0630.2
Hex683532031343B3231e
Octal1506562061647334336
Binary110100011010111001001100011101001110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683532; }

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

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

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

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

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

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

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

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