#63425D

Color #63425D Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #63425D

Tints of Purple Taupe #63425D

Color information

#63425D (or 0x63425D) is unknown color: approx Purple Taupe. HEX triplet: 63, 42 and 5D. RGB value is (99,66,93). Sum of RGB (Red+Green+Blue) = 99+66+93=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63425D is #9CBDA2. Grayscale: #4E4E4E. Windows color (decimal): -10272163 or 6111843. OLE color: 6111843.

HSL color Cylindrical-coordinate representation of color #63425D: hue angle of 310.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63425D is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB996693-
CMYK00.330.060.61
HSL310.91º20%32.35%-
HSV(B)310.91º33.33%38.82%-
XYZ9.077.3411.29-
YUV78.94135.93142.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=38.37%
G=25.58%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99669300.330.060.61310.912032.35
Hex63425D02163D1371420
Octal1431021350416754672440
Binary110001110000101011101010000111011110110011011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63425D; }

 p { color: rgb(99,66,93); }

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

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

 a { background-color: rgb(99,66,93); }

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

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

 span { border-color: rgb(99,66,93); }

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