#63435A

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

Shades of Purple Taupe #63435A

Tints of Purple Taupe #63435A

Color information

#63435A (or 0x63435A) is unknown color: approx Purple Taupe. HEX triplet: 63, 43 and 5A. RGB value is (99,67,90). Sum of RGB (Red+Green+Blue) = 99+67+90=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63435A is #9CBCA5. Grayscale: #4F4F4F. Windows color (decimal): -10271910 or 5915491. OLE color: 5915491.

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

Color convert

RGB996790-
CMYK00.320.090.61
HSL316.88º19.28%32.55%-
HSV(B)316.88º32.32%38.82%-
XYZ97.4110.63-
YUV79.19134.1142.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=38.67%
G=26.17%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99679000.320.090.61316.8819.2832.55
Hex63435A02093D13d1321
Octal14310313204011754752341
Binary1100011100001110110100100000100111110110011110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63435A; }

 p { color: rgb(99,67,90); }

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

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

 a { background-color: rgb(99,67,90); }

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

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

 span { border-color: rgb(99,67,90); }

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