#663432

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

Shades of Persian Plum #663432

Tints of Persian Plum #663432

Color information

#663432 (or 0x663432) is unknown color: approx Persian Plum. HEX triplet: 66, 34 and 32. RGB value is (102,52,50). Sum of RGB (Red+Green+Blue) = 102+52+50=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663432 is #99CBCD. Grayscale: #424242. Windows color (decimal): -10079182 or 3290214. OLE color: 3290214.

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

Color convert

RGB1025250-
CMYK00.490.510.6
HSL2.31º34.21%29.8%-
HSV(B)2.31º50.98%40%-
XYZ7.285.513.7-
YUV66.72118.56153.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=50%
G=25.49%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102525000.490.510.62.3134.2129.8
Hex663432031333C2221e
Octal1466462061637424236
Binary110011011010011001001100011100111111001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663432; }

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

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

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

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

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

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

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

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