#663535

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

Shades of Persian Plum #663535

Tints of Persian Plum #663535

Color information

#663535 (or 0x663535) is unknown color: approx Persian Plum. HEX triplet: 66, 35 and 35. RGB value is (102,53,53). Sum of RGB (Red+Green+Blue) = 102+53+53=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #663535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663535 is #99CACA. Grayscale: #434343. Windows color (decimal): -10078923 or 3487078. OLE color: 3487078.

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

Color convert

RGB1025353-
CMYK00.480.480.6
HSL31.61%30.39%-
HSV(B)48.04%40%-
XYZ7.45.634.06-
YUV67.65119.73152.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=49.04%
G=25.48%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102535300.480.480.6031.6130.39
Hex663535030303C0201e
Octal1466565060607404036
Binary11001101101011101010110000110000111100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663535; }

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

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

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

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

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

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

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

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