#683534

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

Shades of Persian Plum #683534

Tints of Persian Plum #683534

Color information

#683534 (or 0x683534) is unknown color: approx Persian Plum. HEX triplet: 68, 35 and 34. RGB value is (104,53,52). Sum of RGB (Red+Green+Blue) = 104+53+52=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #683534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683534 is #97CACB. Grayscale: #444444. Windows color (decimal): -9947852 or 3421544. OLE color: 3421544.

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

Color convert

RGB1045352-
CMYK00.490.500.59
HSL1.15º33.33%30.59%-
HSV(B)1.15º50%40.78%-
XYZ7.65.743.96-
YUV68.13118.9153.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=49.76%
G=25.36%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104535200.490.500.591.1533.3330.59
Hex683534031323B1211f
Octal1506564061627314137
Binary11010001101011101000110001110010111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683534; }

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

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

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

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

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

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

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

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