#683535

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

Shades of Persian Plum #683535

Tints of Persian Plum #683535

Color information

#683535 (or 0x683535) is unknown color: approx Persian Plum. HEX triplet: 68, 35 and 35. RGB value is (104,53,53). Sum of RGB (Red+Green+Blue) = 104+53+53=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #683535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683535 is #97CACA. Grayscale: #444444. Windows color (decimal): -9947851 or 3487080. OLE color: 3487080.

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

Color convert

RGB1045353-
CMYK00.490.490.59
HSL32.48%30.78%-
HSV(B)49.04%40.78%-
XYZ7.625.754.08-
YUV68.25119.4153.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 53 (21.09% from 255) = 25.24%
R=49.52%
G=25.24%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104535300.490.490.59032.4830.78
Hex683535031313B0201f
Octal1506565061617304037
Binary11010001101011101010110001110001111011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683535; }

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

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

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

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

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

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

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

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