#663333

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

Shades of Persian Plum #663333

Tints of Persian Plum #663333

Color information

#663333 (or 0x663333) is unknown color: approx Persian Plum. HEX triplet: 66, 33 and 33. RGB value is (102,51,51). Sum of RGB (Red+Green+Blue) = 102+51+51=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663333 is a web safe color. Inversed color of #663333 is #99CCCC. Grayscale: #424242. Windows color (decimal): -10079437 or 3355494. OLE color: 3355494.

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

Color convert

RGB1025151-
CMYK00.50.50.6
HSL33.33%30%-
HSV(B)50%40%-
XYZ7.265.433.8-
YUV66.25119.4153.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102515100.50.50.6033.3330
Hex663333032323C0211e
Octal1466363062627404136
Binary11001101100111100110110010110010111100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663333; }

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

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

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

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

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

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

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

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