Html Css Color HEX #66435E Purple Taupe

📋 copy color: '#66435E'

red 102 ◦ green 67 ◦ blue 94

#66435E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #66435E

Tints of Purple Taupe #66435E

RGB

 RED value IS 102 (40.23% from 255) = 38.78%

 GREEN value IS 67 (26.56% from 255) = 25.48%

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 38.78%
G = 25.48%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66435E (or 0x66435E) is known color: Purple Taupe. HEX triplet: 66, 43 and 5E. RGB value is (102,67,94). Sum of RGB (Red+Green+Blue) = 102+67+94=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66435E is #99BCA1. Grayscale: #505050. Windows color (decimal): -10075298 or 6177638. OLE color: 6177638.

HSL color Cylindrical-coordinate representation of color #66435E: hue angle of 313.71º 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 #66435E is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 67 94 -
CMYK 0 0.34 0.08 0.6
HSL 313.71º 0.21% 0.33% -
HSV(B) 313.71º 0.34% 0.4% -
XYZ 9.51 7.65 11.56 -
YUV 80.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 102 67 94 0 0.34 0.08 0.6 313.71 0.21 0.33
Hex 66 43 5E 0 22 8 3C 13A 15 21
Octal 146 103 136 0 42 10 74 472 25 41
Binary 1100110 1000011 1011110 0 100010 1000 111100 100111010 10101 100001

Color Harmonies of #66435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66435E

Black with #66435E

Text Example


Text Example

White with #66435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66435E;
 }
 .AnyTagClassName
 {
   color: #66435E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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