#663633

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

Shades of Persian Plum #663633

Tints of Persian Plum #663633

Color information

#663633 (or 0x663633) is unknown color: approx Persian Plum. HEX triplet: 66, 36 and 33. RGB value is (102,54,51). Sum of RGB (Red+Green+Blue) = 102+54+51=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #663633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663633 is #99C9CC. Grayscale: #444444. Windows color (decimal): -10078669 or 3356262. OLE color: 3356262.

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

Color convert

RGB1025451-
CMYK00.470.50.6
HSL3.53º33.33%30%-
HSV(B)3.53º50%40%-
XYZ7.45.73.84-
YUV68.01118.4152.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=49.28%
G=26.09%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102545100.470.50.63.5333.3330
Hex66363302F323C4211e
Octal1466663057627444136
Binary1100110110110110011010111111001011110010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663633; }

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

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

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

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

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

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

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

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