#66435D

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

Shades of Purple Taupe #66435D

Tints of Purple Taupe #66435D

Color information

#66435D (or 0x66435D) is unknown color: approx Purple Taupe. HEX triplet: 66, 43 and 5D. RGB value is (102,67,93). Sum of RGB (Red+Green+Blue) = 102+67+93=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #66435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66435D is #99BCA2. Grayscale: #505050. Windows color (decimal): -10075299 or 6112102. OLE color: 6112102.

HSL color Cylindrical-coordinate representation of color #66435D: hue angle of 315.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66435D is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1026793-
CMYK00.340.090.6
HSL315.43º20.71%33.14%-
HSV(B)315.43º34.31%40%-
XYZ9.467.6311.33-
YUV80.43135.1143.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=38.93%
G=25.57%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102679300.340.090.6315.4320.7133.14
Hex66435D02293C13b1521
Octal14610313504211744732541
Binary1100110100001110111010100010100111110010011101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,67,93); }

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

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

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

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

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

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

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