#663631

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

Shades of Persian Plum #663631

Tints of Persian Plum #663631

Color information

#663631 (or 0x663631) is unknown color: approx Persian Plum. HEX triplet: 66, 36 and 31. RGB value is (102,54,49). Sum of RGB (Red+Green+Blue) = 102+54+49=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663631 is #99C9CE. Grayscale: #434343. Windows color (decimal): -10078671 or 3225190. OLE color: 3225190.

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

Color convert

RGB1025449-
CMYK00.470.520.6
HSL5.66º35.1%29.61%-
HSV(B)5.66º51.96%40%-
XYZ7.355.683.62-
YUV67.78117.4152.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=49.76%
G=26.34%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102544900.470.520.65.6635.129.61
Hex66363102F343C6231e
Octal1466661057647464336
Binary1100110110110110001010111111010011110011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663631; }

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

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

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

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

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

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

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

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