#663533

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

Shades of Persian Plum #663533

Tints of Persian Plum #663533

Color information

#663533 (or 0x663533) is unknown color: approx Persian Plum. HEX triplet: 66, 35 and 33. RGB value is (102,53,51). Sum of RGB (Red+Green+Blue) = 102+53+51=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663533 is #99CACC. Grayscale: #434343. Windows color (decimal): -10078925 or 3356006. OLE color: 3356006.

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

Color convert

RGB1025351-
CMYK00.480.50.6
HSL2.35º33.33%30%-
HSV(B)2.35º50%40%-
XYZ7.355.613.83-
YUV67.42118.73152.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=49.51%
G=25.73%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102535100.480.50.62.3533.3330
Hex663533030323C2211e
Octal1466563060627424136
Binary110011011010111001101100001100101111001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663533; }

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

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

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

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

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

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

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

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