#663532

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

Shades of Persian Plum #663532

Tints of Persian Plum #663532

Color information

#663532 (or 0x663532) is unknown color: approx Persian Plum. HEX triplet: 66, 35 and 32. RGB value is (102,53,50). Sum of RGB (Red+Green+Blue) = 102+53+50=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663532 is #99CACD. Grayscale: #434343. Windows color (decimal): -10078926 or 3290470. OLE color: 3290470.

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

Color convert

RGB1025350-
CMYK00.480.510.6
HSL3.46º34.21%29.8%-
HSV(B)3.46º50.98%40%-
XYZ7.335.63.71-
YUV67.31118.23152.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=49.76%
G=25.85%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102535000.480.510.63.4634.2129.8
Hex663532030333C3221e
Octal1466562060637434236
Binary110011011010111001001100001100111111001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663532; }

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

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

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

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

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

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

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

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